diff options
author | Alexander_Kabui | 2024-02-28 11:23:02 +0300 |
---|---|---|
committer | Alexander_Kabui | 2024-02-28 11:23:02 +0300 |
commit | ac433e51c677cc7bbe8d0f8ec7078a2902af8c8e (patch) | |
tree | a28456d57af8ad0304f0ac100704e42c62672f1d /issues | |
parent | a11846728b6ce5e16e6d7f520a444ddd0945042d (diff) | |
download | gn-gemtext-ac433e51c677cc7bbe8d0f8ec7078a2902af8c8e.tar.gz |
close issue:remove-external-js-code and mark as complete
Diffstat (limited to 'issues')
-rw-r--r-- | issues/remove-external-js-code.gmi | 23 |
1 files changed, 17 insertions, 6 deletions
diff --git a/issues/remove-external-js-code.gmi b/issues/remove-external-js-code.gmi index 6dfad0f..8f608b8 100644 --- a/issues/remove-external-js-code.gmi +++ b/issues/remove-external-js-code.gmi @@ -4,7 +4,7 @@ * assigned: alex * type: ui, enhancement -* status: stalled +* status: closed, completed * priority: medium * keywords: ui, guix @@ -14,9 +14,9 @@ ## Tasks -- [x] Package `jquery-ui`. -- [x] 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. +* [x] Package `jquery-ui`. +* [x] Replace `jquery-ui` cdn with a link from the GNU Guix profile. +* [x] Check and report if there are other js files we load from a CDN. ## Notes 28/9/22 @@ -36,8 +36,19 @@ new packages being loaded with cdn => https://cdnjs.cloudflare.com/ajax/libs/xterm/3.14.5/xterm.min.css => https://cdn.jsdelivr.net/npm/uikit@3.7.4/dist/css/uikit.min.css -## Notes 12/02/23 +## Notes 12/02/24 new package: -=> https://github.com/sampsyo/emfed.git
\ No newline at end of file +=> https://github.com/sampsyo/emfed.git + + + +## Notes 28/02/24 + + +=> https://github.com/genenetwork/genenetwork2/pull/834 + +PR above replaced any JS/CSS external code remaining in GN2 +Marking the issue as closed since it has been resolved + |