mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-20 04:07:59 +01:00
Some constants to save my sanity.
This commit is contained in:
@@ -301,7 +301,9 @@ var Buffer = Module("buffer", {
|
||||
uri && uri.scheme === "dactyl" && webProgress.isLoadingDocument;
|
||||
|
||||
util.timeout(function () {
|
||||
buffer._triggerLoadAutocmd("LocationChange", webProgress.DOMWindow ? webProgress.DOMWindow.document : content.document, uri);
|
||||
buffer._triggerLoadAutocmd("LocationChange",
|
||||
(webProgress.DOMWindow || content).document,
|
||||
uri);
|
||||
});
|
||||
|
||||
// if this is not delayed we get the position of the old buffer
|
||||
|
||||
Reference in New Issue
Block a user