mirror of
https://github.com/cryptpad/cryptpad.git
synced 2026-09-14 11:05:41 +05:00
Add back gzip
This commit is contained in:
parent
abe7e28a1f
commit
1b31dcec97
@ -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) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user