From 7a3c21678715b01cadfe1d453c04952d12fd0ed4 Mon Sep 17 00:00:00 2001 From: Starow Date: Thu, 14 Aug 2014 10:04:39 +0200 Subject: [PATCH] Adding a js library for the tag cloud (to install with update_thirdparty.sh --- var/www/update_thirdparty.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/var/www/update_thirdparty.sh b/var/www/update_thirdparty.sh index 66897e7b..5205d2ed 100755 --- a/var/www/update_thirdparty.sh +++ b/var/www/update_thirdparty.sh @@ -22,6 +22,8 @@ wget https://collabdev.googlecode.com/svn-history/r5/trunk/static/js/jquery.time #Here to fix an error about an hard dependency in a obscur script of bootstrap.. 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 + rm -rf ./static/js/plugins mv temp/${filename}/js/* ./static/js/