diff --git a/dist/index.html b/dist/index.html index f5af51926..9566e49cc 100644 --- a/dist/index.html +++ b/dist/index.html @@ -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);