From 6d760b8dfce75648198ec4ffc4c4aee156690123 Mon Sep 17 00:00:00 2001 From: Mokaddem Date: Fri, 8 Jul 2016 09:04:19 +0200 Subject: [PATCH] Added dataTable resources in update-third-party.sh --- var/www/update_thirdparty.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/var/www/update_thirdparty.sh b/var/www/update_thirdparty.sh index b666a5d5..563ee4c4 100755 --- a/var/www/update_thirdparty.sh +++ b/var/www/update_thirdparty.sh @@ -24,6 +24,11 @@ wget http://code.jquery.com/jquery-1.4.2.js -O ./static/js/jquery-1.4.2.js wget http://www.goat1000.com/jquery.tagcanvas.js?2.5 -O ./static/js/jquery.tagcanvas.js +#Ressources for dataTable +wget https://cdn.datatables.net/1.10.12/js/jquery.dataTables.min.js -O ./static/js/jquery.dataTables.min.js +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 + rm -rf ./static/js/plugins mv temp/${filename}/js/* ./static/js/