Parcourir la source

formatted code

Gildas il y a 7 ans
Parent
commit
20139797d6
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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),