From: Richard Fairhurst Date: Sat, 30 Nov 2013 10:22:27 +0000 (+0000) Subject: Notice no longer needed X-Git-Url: https://git.openstreetmap.org/potlatch2.git/commitdiff_plain/8c528f6ab464a9163ff5866b01ecda7764a5d633 Notice no longer needed --- diff --git a/net/systemeD/potlatch2/help/HelpDialog.mxml b/net/systemeD/potlatch2/help/HelpDialog.mxml index 0db6fc65..c288aa19 100644 --- a/net/systemeD/potlatch2/help/HelpDialog.mxml +++ b/net/systemeD/potlatch2/help/HelpDialog.mxml @@ -60,9 +60,6 @@ var browser:String = String(ExternalInterface.call("function() {return navigator.userAgent;}")).toLowerCase(); var intro:String = ''; - if (site_name=='OpenStreetMap' && browser.indexOf('msie')==-1) { - intro+="

New user? There's now an easier first-time editor you can try instead of this. Click the triangle by the Edit menu and select 'iD'.

"; - } intro+="

Potlatch 2 is an intermediate-level OpenStreetMap (OSM) editor that allows you to make edits directly through the " + site_name + " website.

"; return intro; }