1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-01-09 04:44:11 +01:00

Closes issue #931.

--HG--
extra : transplant_source : %81%21xME%AFR%CBK%22y%12%3D%1B%95%9E%3Cv%98p
This commit is contained in:
Kris Maglione
2012-09-14 20:28:18 -07:00
parent 7212dd412c
commit 79d2981a97

View File

@@ -647,7 +647,7 @@ var Dactyl = Module("dactyl", XPCOM(Ci.nsISupportsWeakReference, ModuleBase), {
*/
initHelp: function initHelp() {
if ("noscriptOverlay" in window)
noscriptOverlay.safeAllow("dactyl:", true, false);
window.noscriptOverlay.safeAllow("dactyl:", true, false);
help.initialize();
},