From 4bc84a2580a0203977da304722fbae0251dbdf6e Mon Sep 17 00:00:00 2001 From: mokaddem Date: Tue, 19 Jul 2016 16:49:57 +0200 Subject: [PATCH] Added dependency for flot chart --- var/www/update_thirdparty.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/var/www/update_thirdparty.sh b/var/www/update_thirdparty.sh index 563ee4c4..3c937cbb 100755 --- a/var/www/update_thirdparty.sh +++ b/var/www/update_thirdparty.sh @@ -29,6 +29,10 @@ wget https://cdn.datatables.net/1.10.12/js/jquery.dataTables.min.js -O ./static/ wget https://cdn.datatables.net/plug-ins/1.10.7/integration/bootstrap/3/dataTables.bootstrap.css -O ./static/css/dataTables.bootstrap.css wget https://cdn.datatables.net/plug-ins/1.10.7/integration/bootstrap/3/dataTables.bootstrap.js -O ./static/js/dataTables.bootstrap.js +#Ressource for graph +wget https://raw.githubusercontent.com/flot/flot/master/jquery.flot.js -O ./static/js/jquery.flot.js +wget https://raw.githubusercontent.com/flot/flot/master/jquery.flot.pie.js -O ./static/js/jquery.flot.pie.js + rm -rf ./static/js/plugins mv temp/${filename}/js/* ./static/js/