From 9125930a77e6c335debf57009596cb1b101ae898 Mon Sep 17 00:00:00 2001 From: Sami Mokaddem Date: Thu, 14 Dec 2017 11:47:11 +0100 Subject: [PATCH] fix: canvasjs changed its folder hierarchy --- var/www/update_thirdparty.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/var/www/update_thirdparty.sh b/var/www/update_thirdparty.sh index d45fdfd3..c0208bed 100755 --- a/var/www/update_thirdparty.sh +++ b/var/www/update_thirdparty.sh @@ -48,7 +48,7 @@ wget http://omnipotent.net/jquery.sparkline/2.1.2/jquery.sparkline.min.js -O ./s mkdir temp wget http://canvasjs.com/fdm/chart/ -O temp/canvasjs.zip unzip temp/canvasjs.zip -d temp/ -mv temp/canvasjs-1.9.10-stable/jquery.canvasjs.min.js ./static/js/jquery.canvasjs.min.js +mv temp/jquery.canvasjs.min.js ./static/js/jquery.canvasjs.min.js wget https://jqueryui.com/resources/download/jquery-ui-1.12.0.zip -O temp/jquery-ui.zip unzip temp/jquery-ui.zip -d temp/