summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBonfaceKilz2022-04-18 08:39:05 +0300
committerBonfaceKilz2022-04-18 08:39:05 +0300
commit44cae4da248b9f7ff8d64457cb85d06876e94374 (patch)
treea9ed7de55494ca771725cafed26ca86f6b20dbc9
parent27e82a91a447049054e509adf23bece644163c66 (diff)
downloadgn-gemtext-44cae4da248b9f7ff8d64457cb85d06876e94374.tar.gz
Create new issue on removing external js
-rw-r--r--issues/remove-external-js-code.gmi20
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.
+