Skip to content

Commit

Permalink
Fix jQuery import in BootstrapTemplate (#2057)
Browse files Browse the repository at this point in the history
  • Loading branch information
philippjfr authored Mar 5, 2021
1 parent 85a1392 commit c816ad0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion panel/template/bootstrap/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ class BootstrapTemplate(BasicTemplate):
'bootstrap': "https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css"
},
'js': {
'jquery': "https://code.jquery.com/jquery-3.4.1.slim.min.js",
'bootstrap': "https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/js/bootstrap.min.js",
'jquery': "https://code.jquery.com/jquery-3.4.1.slim.min.js"
}
}

Expand Down

0 comments on commit c816ad0

Please sign in to comment.