diff options
author | Peter 'Pita' Martischka <petermartischka@googlemail.com> | 2011-07-12 13:33:44 +0100 |
---|---|---|
committer | Peter 'Pita' Martischka <petermartischka@googlemail.com> | 2011-07-12 13:33:44 +0100 |
commit | bd1ac333db93df5623767c13453abe0ba3a43bf5 (patch) | |
tree | a9de0bb21e5197cf4d909817dc6c78e87caca2af /bin/run.sh | |
parent | dcf1fd1383bd65c4bb900d32a1a65fa02e0f09b8 (diff) | |
download | etherpad-lite-bd1ac333db93df5623767c13453abe0ba3a43bf5.zip |
update jquery
Diffstat (limited to 'bin/run.sh')
-rwxr-xr-x | bin/run.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -39,7 +39,7 @@ npm install echo "Ensure jQuery is downloaded and up to date..." DOWNLOAD_JQUERY="true" -NEEDED_VERSION="1.6.1" +NEEDED_VERSION="1.6.2" if [ -f "static/js/jquery.min.js" ]; then VERSION=$(cat static/js/jquery.min.js | head -n 2 | tail -n 1 | grep -o "v[0-9]*\.[0-9]*\.[0-9]*"); |