diff --git a/www/js/app.js b/www/js/app.js index 675d5892..0431467f 100644 --- a/www/js/app.js +++ b/www/js/app.js @@ -2647,7 +2647,7 @@ define(['jquery', 'zimArchiveLoader', 'util', 'uiUtil', 'cookies', 'q', 'module' title = title.replace(/(\.html?)*$/i, '.html'); var filename = title.replace(/[\/\\:*?"<>|]/g, '_'); var blob = new Blob([iframeArticleContent.documentElement.outerHTML], { type: 'text/html' }); - uiUtil.displayFileDownloadAlert(filename, false, 'text/html', blob); + uiUtil.displayFileDownloadAlert(filename, true, 'text/html', blob); // Clean up page printCleanup(); params.handlingBreakoutLink = false;