Fix unsupported message (fixes #1720)

This commit is contained in:
John Firebaugh
2013-08-22 12:57:31 -07:00
parent d9142271ac
commit 5158782f34
+1 -3
View File
@@ -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();