diff options
author | praschke <stel@comfy.monster> | 2023-09-01 16:42:48 +0100 |
---|---|---|
committer | praschke <stel@comfy.monster> | 2023-10-01 10:22:47 +0100 |
commit | be2a16ab4b660735aaa9ff79ee3935c187f106af (patch) | |
tree | 17349a849dbee23bf2afd96e12ccacdf58f05982 /ext/settings.html | |
parent | 8430fce21912ad08ddeaa3714c6feb0c2cc01c10 (diff) |
dexie: use blobs obtained from unpkg and update library README
Diffstat (limited to 'ext/settings.html')
-rw-r--r-- | ext/settings.html | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/ext/settings.html b/ext/settings.html index f204a453..f1001f90 100644 --- a/ext/settings.html +++ b/ext/settings.html @@ -3855,10 +3855,7 @@ <!-- Scripts --> <script src="/lib/dexie.min.js"></script> -<!-- The linter enforces a lexicographical order for each 'group' of imported scripts as demarked by newline between groups - but this extension to dexie must be loaded after the main dexie library, hence breaking it out into its own group. - Perhaps The linter could be smarter and ignore 3p libaries for import order. --> -<script src="/lib/dexie-export-import.min.js"></script> +<script src="/lib/dexie-export-import.js"></script> <script src="/lib/wanakana.min.js"></script> |