From 1746946b70d0bbf49b92dad99039b8dc0baf7dd6 Mon Sep 17 00:00:00 2001 From: DennisSchiefer Date: Tue, 10 Jul 2012 15:24:56 +0100 Subject: [PATCH] changed notification time from 3min to 30min --- WebContent/gui/OSRM.Notifications.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WebContent/gui/OSRM.Notifications.js b/WebContent/gui/OSRM.Notifications.js index a0eb7a3aa..6c41d961d 100644 --- a/WebContent/gui/OSRM.Notifications.js +++ b/WebContent/gui/OSRM.Notifications.js @@ -25,7 +25,7 @@ OSRM.GUI.extend( { tooltips: { // triggered in OSRM.Localization.setLanguageWrapper localization: - { timeout: 180000, // 30min + { timeout: 1800000, // 30min header: "Did you know? You can change the display language.", body: "You can use the pulldown menu in the upper left corner to select your favorite language. " + "

" +