Gildas пре 6 година
родитељ
комит
3937071b4f
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      extension/core/content/content-download.js

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

@@ -48,7 +48,7 @@ this.singlefile.extension.core.content.download = this.singlefile.extension.core
 					extractAuthCode: options.extractAuthCode,
 					filenameReplacementCharacter: options.filenameReplacementCharacter,
 					openEditor: options.openEditor,
-					compressHTML: options.compressHTMLEdit,
+					compressHTML: options.compressHTML,
 					backgroundSave: options.backgroundSave
 				};
 				message.truncated = pageData.content.length > MAX_CONTENT_SIZE;