diff options
author | Alessio Vanni <vannilla@firemail.cc> | 2019-02-19 21:36:01 +0100 |
---|---|---|
committer | Alessio Vanni <vannilla@firemail.cc> | 2019-02-19 21:36:01 +0100 |
commit | 6e22d15465525986c860dc490b760d0c793e9ae5 (patch) | |
tree | 4b3681311c8d57eef0c520efe17d8e11f963bfee /frameModule.js | |
parent | 9ed15d14b0ba5557b384b27bccfbd6f485099e8c (diff) | |
download | ematrix-6e22d15465525986c860dc490b760d0c793e9ae5.tar.lz ematrix-6e22d15465525986c860dc490b760d0c793e9ae5.tar.xz ematrix-6e22d15465525986c860dc490b760d0c793e9ae5.zip |
Apply compatibility patch
Diffstat (limited to 'frameModule.js')
-rw-r--r-- | frameModule.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/frameModule.js b/frameModule.js index 46d9377..8af4671 100644 --- a/frameModule.js +++ b/frameModule.js @@ -304,7 +304,7 @@ var contentObserver = { let docReady = (e) => { let doc = e.target; doc.removeEventListener(e.type, docReady, true); - lss(this.contentBaseURI + 'contentscript-end.js', sandbox); + lss(this.contentBaseURI + 'contentscript.js', sandbox); }; if ( doc.readyState === 'loading') { |