mirror of
https://github.com/ail-project/ail-framework.git
synced 2024-11-10 00:28:22 +00:00
Adding a js library for the tag cloud (to install with update_thirdparty.sh
This commit is contained in:
parent
6cce9f7dac
commit
7a3c216787
1 changed files with 2 additions and 0 deletions
|
@ -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/
|
||||
|
||||
|
|
Loading…
Reference in a new issue