diff --git a/index.html b/index.html index f4fc3d00a..fefcd1b72 100644 --- a/index.html +++ b/index.html @@ -191,16 +191,11 @@
diff --git a/index_packaged.html b/index_packaged.html index 7634c290e..6f5c6e4a6 100644 --- a/index_packaged.html +++ b/index_packaged.html @@ -19,10 +19,12 @@ Raven.config('https://af8ce79129b24fa28d91ede59302369c@app.getsentry.com/6009').install(); - + + + -
+
diff --git a/js/id/id.js b/js/id/id.js index 2c3340b8d..8048175e9 100644 --- a/js/id/id.js +++ b/js/id/id.js @@ -184,13 +184,3 @@ iD.detect = function() { return browser; }; - -iD.unsupported = function(div) { - try { - div.innerHTML = t('browser_notice'); - } catch(e) { - div.innerHTML = 'This editor is supported in Firefox, Chrome, Safari, Opera, and Internet Explorer 9 and above. ' + - 'Please upgrade your browser or use Potlatch 2 to edit the map.'; - } - div.className = 'unsupported'; -};