Skip to content

Commit

Permalink
run update_local_bootsrap and delete older version of jquery that was…
Browse files Browse the repository at this point in the history
… left behind
  • Loading branch information
tswfi committed Apr 4, 2023
1 parent 22b42e3 commit 136da20
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 10 deletions.
8 changes: 4 additions & 4 deletions drfx/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -119,10 +119,10 @@
# use the management command update_local_bootstrap to fetch the files
# and to get this section when needed
BOOTSTRAP4 = {
"css_url": "/static/www/bootstrap4/bootstrap.min.css",
"javascript_url": "/static/www/bootstrap4/bootstrap.bundle.min.js",
"jquery_slim_url": "/static/www/bootstrap4/jquery-3.5.1.slim.min.js",
"jquery_url": "/static/www/bootstrap4/jquery-3.5.1.min.js",
'css_url': '/static/www/bootstrap4/bootstrap.min.css',
'javascript_url': '/static/www/bootstrap4/bootstrap.bundle.min.js',
'jquery_slim_url': '/static/www/bootstrap4/jquery-3.5.1.slim.min.js',
'jquery_url': '/static/www/bootstrap4/jquery-3.5.1.min.js',
}

MIDDLEWARE = [
Expand Down
2 changes: 0 additions & 2 deletions www/static/www/bootstrap4/jquery-3.3.1.min.js

This file was deleted.

2 changes: 0 additions & 2 deletions www/static/www/bootstrap4/jquery-3.3.1.slim.min.js

This file was deleted.

2 changes: 1 addition & 1 deletion www/static/www/bootstrap4/jquery-3.5.1.min.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion www/static/www/bootstrap4/jquery-3.5.1.slim.min.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 136da20

Please sign in to comment.