diff options
author | BonfaceKilz | 2022-04-18 08:39:05 +0300 |
---|---|---|
committer | BonfaceKilz | 2022-04-18 08:39:05 +0300 |
commit | 44cae4da248b9f7ff8d64457cb85d06876e94374 (patch) | |
tree | a9ed7de55494ca771725cafed26ca86f6b20dbc9 /issues/remove-external-js-code.gmi | |
parent | 27e82a91a447049054e509adf23bece644163c66 (diff) | |
download | gn-gemtext-44cae4da248b9f7ff8d64457cb85d06876e94374.tar.gz |
Create new issue on removing external js
Diffstat (limited to 'issues/remove-external-js-code.gmi')
-rw-r--r-- | issues/remove-external-js-code.gmi | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/issues/remove-external-js-code.gmi b/issues/remove-external-js-code.gmi new file mode 100644 index 0000000..7190c33 --- /dev/null +++ b/issues/remove-external-js-code.gmi @@ -0,0 +1,20 @@ +# Remove externally loaded JS + +## Tags + +* assigned: bonfacem, alex +* type: ui, enhancement +* status: unclear +* priority: medium +* keywords: ui, guix + +## Description + +`jquery-ui` is still loaded from a CDN. This needs to be packaged and loaded from our GNU Guix profile. + +## Tasks + +- [ ] Package `jquery-ui`. +- [ ] Replace `jquery-ui` cdn with a link from the GNU Guix profile. +- [ ] Check and report if there are other js files we load from a CDN. + |