Skip to content
Snippets Groups Projects
Commit c752e724 authored by Benjamin Hättasch's avatar Benjamin Hättasch
Browse files

Use local versions instead of CDN for bootstrap dependencies

Part of #9
parent 13ee619b
No related branches found
No related tags found
No related merge requests found
Pipeline #7033 passed
...@@ -147,6 +147,15 @@ BOOTSTRAP4 = { ...@@ -147,6 +147,15 @@ BOOTSTRAP4 = {
"css_url": { "css_url": {
"href": STATIC_URL + "common/css/bootstrap.css", "href": STATIC_URL + "common/css/bootstrap.css",
}, },
"javascript_url": {
"url": STATIC_URL + "common/vendor/bootstrap/bootstrap-4.3.1.min.js",
},
"jquery_slim_url": {
"url": STATIC_URL + "common/vendor/jquery/jquery-3.3.1.slim.min.js",
},
"popper_url": {
"url": STATIC_URL + "common/vendor/popper/popper-1.14.7.min.js",
},
} }
# Settings for FontAwesome # Settings for FontAwesome
......
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment