X-Git-Url: https://git-public.kairo.at/?p=lantea.git;a=blobdiff_plain;f=js%2Fmap.js;h=62a14d489db4059c6c047f10ca5f2a890ec43a56;hp=716a0166db49a22a0278a605f73e20d20515766f;hb=b911a7d66567a9912b1f131f27234a5354646fa5;hpb=582d50fc8e75b19c1d07625d4ce759ea422b08f5 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++;