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:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user