From 928c17db5092e1a513a7853e73b99c8c4b2fee39 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Vinot?= Date: Tue, 17 Mar 2020 23:40:54 +0100 Subject: [PATCH] chg: Bump bootstrap table --- website/3rdparty.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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