blob: cfddb5aa917439808c7e41f6bc6cbab6587a07f8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# 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
- [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.
|