From b911a7d66567a9912b1f131f27234a5354646fa5 Mon Sep 17 00:00:00 2001 From: Robert Kaiser Date: Sun, 7 Jul 2013 23:50:14 +0200 Subject: [PATCH] forgot one prefs step --- js/map.js | 2 ++ 1 file changed, 2 insertions(+) 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++; -- 2.35.3