|
@@ -195,7 +195,7 @@ async function savePage(message) {
|
|
|
async function processPage(options) {
|
|
async function processPage(options) {
|
|
|
const frames = singlefile.processors.frameTree;
|
|
const frames = singlefile.processors.frameTree;
|
|
|
let framesSessionId;
|
|
let framesSessionId;
|
|
|
- options.keepFilename = options.saveToGDrive || options.saveToGitHub || options.saveWithWebDAV || options.saveToDropbox || options.saveToRestFormApi || options.saveToS3;
|
|
|
|
|
|
|
+ saveToRestFormApi || options.saveToS3;
|
|
|
singlefile.helper.initDoc(document);
|
|
singlefile.helper.initDoc(document);
|
|
|
ui.onStartPage(options);
|
|
ui.onStartPage(options);
|
|
|
processor = new singlefile.SingleFile(options);
|
|
processor = new singlefile.SingleFile(options);
|