Skip to content

Commit

Permalink
stop calling deprecated js file
Browse files Browse the repository at this point in the history
  • Loading branch information
zhou325 committed Apr 3, 2024
1 parent b138de0 commit e6eef84
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions app/util/assets.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,9 @@
bundles = {
'js': Bundle(
'js/d3.v5.js',
'js/jquery-3.4.1.min.js',
'js/jquery-3.5.0.min.js',
'js/bootstrap.min.js',
'js/hypergraph.js',
'js/simplified_hypergraph.js',
'js/linegraph.js',
'js/barcode.js',
'js/bubblesets.js',
Expand Down

0 comments on commit e6eef84

Please sign in to comment.