fix debug files for IE6
This commit is contained in:
parent
970f7fc08d
commit
796105a9a4
@ -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) {
|
||||||
|
Loading…
Reference in New Issue
Block a user