kopia lustrzana https://github.com/magicbug/Cloudlog
Fixed typo in variable name
rodzic
f400629a10
commit
712c55c9aa
|
@ -128,7 +128,7 @@ L.Maidenhead = L.LayerGroup.extend({
|
||||||
var marker = L.marker([lat,lon], {icon: myIcon}, clickable=false);
|
var marker = L.marker([lat,lon], {icon: myIcon}, clickable=false);
|
||||||
if (zoom == 4 || zoom == 3) {
|
if (zoom == 4 || zoom == 3) {
|
||||||
marker.bindTooltip(locator);
|
marker.bindTooltip(locator);
|
||||||
if (typeof variable !== 'undefined' && gridsquaremap == true) {
|
if (typeof gridsquaremap !== 'undefined' && gridsquaremap == true) {
|
||||||
marker.on('click', function(event) {
|
marker.on('click', function(event) {
|
||||||
spawnGridsquareModal(locator);
|
spawnGridsquareModal(locator);
|
||||||
});
|
});
|
||||||
|
|
Ładowanie…
Reference in New Issue