Gildas 7 anni fa
parent
commit
b79a634f68
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      extension/core/content/content-bootstrap.js

+ 1 - 1
extension/core/content/content-bootstrap.js

@@ -20,7 +20,7 @@
 
 /* global singlefile, frameTree, browser, window, addEventListener, removeEventListener, document, location, docHelper, setTimeout */
 
-this.singlefile.autosave = this.singlefile.autosave || (async () => {
+this.singlefile.bootstrap = this.singlefile.bootstrap || (async () => {
 
 	let listenerAdded, options, autoSaveEnabled, autoSaveTimeout, autoSavingPage;
 	browser.runtime.sendMessage({ isAutoSaveEnabled: true }).then(message => {