mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-20 17:57:58 +01:00
Fix quoting issues in :au.
This commit is contained in:
@@ -221,7 +221,7 @@ var Buffer = Module("buffer", {
|
||||
|
||||
onDOMContentLoaded: function onDOMContentLoaded(event) {
|
||||
let doc = event.originalTarget;
|
||||
if (doc instanceof HTMLDocument && !doc.defaultView.frameElement)
|
||||
if (doc instanceof HTMLDocument)
|
||||
this._triggerLoadAutocmd("DOMLoad", doc);
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user