fix js lint error
Change-Id: I42183dc8865a6936de26e18459ab985e2f9bba1f Reviewed-on: https://gerrit.libreoffice.org/39046 Reviewed-by: pranavk <pranavk@collabora.co.uk> Tested-by: pranavk <pranavk@collabora.co.uk>
This commit is contained in:
parent
7a69dc1650
commit
50ea3a50b5
1 changed files with 1 additions and 1 deletions
2
loleaflet/dist/toolbar/toolbar.js
vendored
2
loleaflet/dist/toolbar/toolbar.js
vendored
|
@ -764,7 +764,7 @@ function onSearch(e) {
|
|||
toolbar.hide('cancelsearch');
|
||||
}
|
||||
else {
|
||||
if(map.getDocType() === 'text')
|
||||
if (map.getDocType() === 'text')
|
||||
map.search(L.DomUtil.get('search-input').value, false, '', 0, true /* expand search */);
|
||||
toolbar.enable('searchprev');
|
||||
toolbar.enable('searchnext');
|
||||
|
|
Loading…
Reference in a new issue