projects
/
lantea.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0a4b9f5
)
forgot one prefs step
author
Robert Kaiser
<kairo@kairo.at>
Sun, 7 Jul 2013 21:50:14 +0000
(23:50 +0200)
committer
Robert Kaiser
<kairo@kairo.at>
Sun, 7 Jul 2013 21:50:14 +0000
(23:50 +0200)
js/map.js
patch
|
blob
|
blame
|
history
diff --git
a/js/map.js
b/js/map.js
index 716a0166db49a22a0278a605f73e20d20515766f..62a14d489db4059c6c047f10ca5f2a890ec43a56 100644
(file)
--- 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++;