From 1b31dcec9750bc09f52ec60f6816dae3072bcdf9 Mon Sep 17 00:00:00 2001 From: DianaXWiki Date: Wed, 24 Sep 2025 12:16:41 +0300 Subject: [PATCH] Add back gzip --- www/common/make-backup.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/common/make-backup.js b/www/common/make-backup.js index 0b96a80f3..0fd2f06e8 100644 --- a/www/common/make-backup.js +++ b/www/common/make-backup.js @@ -19,7 +19,7 @@ define([ '/common/common-icons.js', '/components/jszip/dist/jszip.min.js', ], function ($, FileCrypto, Hash, Util, UI, h, Feedback, UO, - Cache, Messages, nThen, Saferphore, Lucide, Icons) { + Cache, Messages, nThen, Saferphore, Lucide, Icons, JsZip) { var saveAs = window.saveAs; var sanitize = function (str) {