diff options
author | Alex Yatskov <alex@foosoft.net> | 2017-06-25 15:36:28 -0700 |
---|---|---|
committer | Alex Yatskov <alex@foosoft.net> | 2017-06-25 15:36:28 -0700 |
commit | d3c342071f1397a59f94d89ca617e6294c50f861 (patch) | |
tree | 1a5b0f563e69f3c512741c40a8f09d97616f456f /ext/bg/background.html | |
parent | 98d22a92f33e50d6c75df08be70cf801610b4fb7 (diff) |
support importing from zip files
Diffstat (limited to 'ext/bg/background.html')
-rw-r--r-- | ext/bg/background.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/bg/background.html b/ext/bg/background.html index b5ae147b..4410c249 100644 --- a/ext/bg/background.html +++ b/ext/bg/background.html @@ -7,6 +7,7 @@ <script src="/mixed/lib/handlebars.min.js"></script> <script src="/mixed/lib/dexie.min.js"></script> <script src="/mixed/lib/wanakana.min.js"></script> + <script src="/mixed/lib/jszip.min.js"></script> <script src="/mixed/js/util.js"></script> <script src="/bg/js/templates.js"></script> <script src="/bg/js/util.js"></script> |