Fixed layers control in IE7, closed #652

This commit is contained in:
mourner
2012-05-16 16:39:03 +03:00
parent 796105a9a4
commit 3c8495b6f3
5 changed files with 5 additions and 4 deletions

View File

@ -109,7 +109,7 @@
for (var i = 0; i < scripts.length; i++) {
document.writeln("<script src='" + path + scripts[i] + "'></script>");
}
document.writeln('<script defer=defer>L.Icon.Default.imagePath = "' + path + '../dist/images";</script>');
document.writeln('<script>L.Icon.Default.imagePath = "' + path + '../dist/images";</script>');
})();
function getRandomLatLng(map) {