diff options
author | AlexanderKabui | 2022-11-21 15:04:09 +0300 |
---|---|---|
committer | AlexanderKabui | 2022-11-21 15:04:09 +0300 |
commit | 5255c4327da5fb48b7f777bd9900791c065ec1f3 (patch) | |
tree | 5af5cb80bdb08ed96a2a2162a09d4bea31531e77 | |
parent | c7f7537fad638e4d424940fd430b6ce19fd13161 (diff) | |
download | gn-gemtext-5255c4327da5fb48b7f777bd9900791c065ec1f3.tar.gz |
update issue/remove-external-js-code
-rw-r--r-- | issues/remove-external-js-code.gmi | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/issues/remove-external-js-code.gmi b/issues/remove-external-js-code.gmi index 0c30bc1..cbb5212 100644 --- a/issues/remove-external-js-code.gmi +++ b/issues/remove-external-js-code.gmi @@ -24,3 +24,14 @@ 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 + + +## Notes 21/11/22 + +new packages being loaded with cdn + +=> https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css +=> https://cdn.datatables.net/1.11.3/css/jquery.dataTables.min.css +=> https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js +=> 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
\ No newline at end of file |