blob: b7c14202eeee6c1d301436c13d476fca4c04defc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
# Remove externally loaded JS
## Tags
* assigned: bonfacem, alex,zac
* type: ui, enhancement
* status: inprogess
* 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
- [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.
## Notes 28/9/22
The jquery-ui was packaged and currently no other cdn package exist
A quick check up on the codebase shows jquery css is loaded from
=> https://code.jquery.com/ui/1.12.1/themes/base/jquery-ui.css
|