From: Robert Kaiser Date: Sun, 7 Jul 2013 21:50:14 +0000 (+0200) Subject: forgot one prefs step X-Git-Tag: legacy-preGL~20 X-Git-Url: https://git-public.kairo.at/?p=lantea.git;a=commitdiff_plain;h=b911a7d66567a9912b1f131f27234a5354646fa5 forgot one prefs step --- diff --git a/js/map.js b/js/map.js index 716a016..62a14d4 100644 --- a/js/map.js +++ b/js/map.js @@ -136,6 +136,8 @@ function loadPrefs(aEvent) { if (aValue) { gPos = aValue; gWaitCounter--; + var throwEv = new CustomEvent("prefs-step"); + gAction.dispatchEvent(throwEv); } }); gWaitCounter++;