Skip to content

Commit a280baa

Browse files
committed
Improve empty link
1 parent 8dce9bc commit a280baa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Control.Geocoder.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
input;
4444

4545
icon.innerHTML = ' ';
46-
icon.href = '#';
46+
icon.href = 'javascript:void(0);';
4747
this._map = map;
4848
this._container = container;
4949
input = this._input = L.DomUtil.create('input');

0 commit comments

Comments
 (0)