Adding a js library for the tag cloud (to install with update_thirdparty.sh

This commit is contained in:
Starow 2014-08-14 10:04:39 +02:00
parent 6cce9f7dac
commit 7a3c216787

View file

@ -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.. #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://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 rm -rf ./static/js/plugins
mv temp/${filename}/js/* ./static/js/ mv temp/${filename}/js/* ./static/js/