Skip to content
Snippets Groups Projects
Commit 923bad06 authored by Benjamin Hättasch's avatar Benjamin Hättasch Committed by Nadja Geisler
Browse files

Use local versions instead of CDN for bootstrap dependencies

Part of #9
parent 871eba73
No related branches found
No related tags found
1 merge request!57Use local versions instead of CDN for bootstrap dependencies
Pipeline #8767 passed
......@@ -147,6 +147,15 @@ BOOTSTRAP4 = {
"css_url": {
"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
......
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