Gildas 7 лет назад
Родитель
Сommit
b79a634f68
1 измененных файлов с 1 добавлено и 1 удалено
  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 => {