Gildas пре 7 година
родитељ
комит
20139797d6
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      extension/core/content/content-autosave.js

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

@@ -86,7 +86,7 @@ this.singlefile.autosave = this.singlefile.autosave || (async () => {
 	function onUnload() {
 		if (!singlefile.pageAutoSaved) {
 			const docData = docHelper.preProcessDoc(document, window, options);
-			const framesData = (typeof frameTree != "undefined") && !options.removeFrames && frameTree.getSync(options)
+			const framesData = (typeof frameTree != "undefined") && !options.removeFrames && frameTree.getSync(options);
 			browser.runtime.sendMessage({
 				saveContent: true,
 				content: docHelper.serialize(document),