From 794e050c1623c6785dcfd855a7ef3a5ad6723983 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Vinot?= Date: Fri, 4 Jan 2019 12:07:10 +0100 Subject: [PATCH] chg: Bump bootstrap-select --- website/3drparty.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/3drparty.sh b/website/3drparty.sh index 40d2cb6..faf0c5d 100644 --- a/website/3drparty.sh +++ b/website/3drparty.sh @@ -7,7 +7,7 @@ mkdir -p web/static/ wget https://d3js.org/d3.v5.js -O web/static/d3.v5.js -BOOTSTRAP_SELECT="1.12.4" +BOOTSTRAP_SELECT="1.13.5" wget https://cdnjs.cloudflare.com/ajax/libs/bootstrap-select/${BOOTSTRAP_SELECT}/css/bootstrap-select.min.css -O web/static/bootstrap-select.min.css wget https://cdnjs.cloudflare.com/ajax/libs/bootstrap-select/${BOOTSTRAP_SELECT}/js/bootstrap-select.min.js -O web/static/bootstrap-select.min.js