From 8c528f6ab464a9163ff5866b01ecda7764a5d633 Mon Sep 17 00:00:00 2001 From: Richard Fairhurst Date: Sat, 30 Nov 2013 10:22:27 +0000 Subject: [PATCH] Notice no longer needed --- net/systemeD/potlatch2/help/HelpDialog.mxml | 3 --- 1 file changed, 3 deletions(-) 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; } -- 2.30.0