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