diff --git a/website/3rdparty.sh b/website/3rdparty.sh index df422a65..bd32370a 100755 --- a/website/3rdparty.sh +++ b/website/3rdparty.sh @@ -11,7 +11,7 @@ FileSaver="v2.0.2" wget -q https://raw.githubusercontent.com/eligrey/FileSaver.js/${FileSaver}/src/FileSaver.js -O web/static/FileSaver.js -bootstrap_table="1.15.5" +bootstrap_table="1.16.0" wget -q https://unpkg.com/bootstrap-table@${bootstrap_table}/dist/bootstrap-table.min.css -O web/static/bootstrap-table.min.css wget -q https://unpkg.com/bootstrap-table@${bootstrap_table}/dist/bootstrap-table.min.js -O web/static/bootstrap-table.min.js