1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-01-05 15:14:12 +01:00

Fix bloody new window overlay issues on 3.6+, at least.

This commit is contained in:
Kris Maglione
2011-01-11 12:02:12 -05:00
parent ac57dad220
commit 819fef5834

View File

@@ -988,7 +988,9 @@ var Util = Module("Util", XPCOM([Ci.nsIObserver, Ci.nsISupportsWeakReference]),
util._loadOverlays(window);
}
}), true);
}
},
"chrome-document-global-created": function (window, uri) { this.observe(window, "toplevel-window-ready", null); },
"content-document-global-created": function (window, uri) { this.observe(window, "toplevel-window-ready", null); }
},
_loadOverlays: function _loadOverlays(window) {