From 5158782f3476eefc750f64e9c6d7d4ab06909541 Mon Sep 17 00:00:00 2001 From: John Firebaugh Date: Thu, 22 Aug 2013 12:57:31 -0700 Subject: [PATCH] Fix unsupported message (fixes #1720) --- dist/index.html | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/dist/index.html b/dist/index.html index fc249f43b..a3b7672e7 100644 --- a/dist/index.html +++ b/dist/index.html @@ -58,9 +58,7 @@ } if (typeof iD == 'undefined') { - document.getElementById('id-container').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.'; + document.getElementById('id-container').innerHTML = 'Sorry, Internet Explorer is not currently supported. Please use Potlatch 2 to edit the map.'; document.getElementById('id-container').className = 'unsupported'; } else { var id = iD();