Spaces:
Running
Running
malteos
commited on
Commit
·
50004c4
1
Parent(s):
b91c95b
search placeholder
Browse files- index.html +1 -0
index.html
CHANGED
|
@@ -42,6 +42,7 @@ document.addEventListener('DOMContentLoaded', function() {
|
|
| 42 |
var controlSearch = new L.Control.Search({
|
| 43 |
position:'topleft',
|
| 44 |
collapsed: false,
|
|
|
|
| 45 |
layer: markersLayer,
|
| 46 |
initial: false,
|
| 47 |
zoom: 12,
|
|
|
|
| 42 |
var controlSearch = new L.Control.Search({
|
| 43 |
position:'topleft',
|
| 44 |
collapsed: false,
|
| 45 |
+
textPlaceholder: 'Search papers ...',
|
| 46 |
layer: markersLayer,
|
| 47 |
initial: false,
|
| 48 |
zoom: 12,
|