fix debug files for IE6

This commit is contained in:
mourner 2012-05-16 15:34:36 +03:00
parent 970f7fc08d
commit 796105a9a4

View File

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