mirror of
https://github.com/FoggedLens/iD.git
synced 2026-03-12 06:06:06 +00:00
Merge pull request #7650 from jleedev/patch-1
Fix capitalization error introduced in a refactor
This commit is contained in:
2
dist/index.html
vendored
2
dist/index.html
vendored
@@ -33,7 +33,7 @@
|
||||
|
||||
var isIE11 = !!(navigator.userAgent.match(/Trident/) && !navigator.userAgent.match(/MSIE/));
|
||||
// currently all minified files are legacy ES5 because of uglifyJS
|
||||
newScript.src = isIE11 ? 'iD.min.js' : 'id.min.js';
|
||||
newScript.src = isIE11 ? 'iD.min.js' : 'iD.min.js';
|
||||
|
||||
document.getElementsByTagName('head')[0].appendChild(newScript);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user