update jquery 1.7.1 -> 1.9.1

pull/1484/head
Manuel Knitza 2013-02-10 02:55:50 +01:00
parent 7b3d567d0c
commit 98a9b1e222
1 changed files with 1 additions and 1 deletions

View File

@ -77,7 +77,7 @@ echo "Ensure that all dependencies are up to date..."
echo "Ensure jQuery is downloaded and up to date..."
DOWNLOAD_JQUERY="true"
NEEDED_VERSION="1.7.1"
NEEDED_VERSION="1.9.1"
if [ -f "src/static/js/jquery.js" ]; then
if [ $(uname) = "SunOS" ]; then
VERSION=$(cat src/static/js/jquery.js | head -n 3 | ggrep -o "v[0-9]\.[0-9]\(\.[0-9]\)\?");