From 3d108d6dceaac78e2e8395620d80b10f88b766d5 Mon Sep 17 00:00:00 2001 From: 0ip Date: Fri, 3 Feb 2012 19:20:32 +0100 Subject: [PATCH] Update jQuery, removes "event.layerX/layerY are broken and deprecated in WebKit" message --- bin/installDeps.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/installDeps.sh b/bin/installDeps.sh index 8580387d..696e018e 100755 --- a/bin/installDeps.sh +++ b/bin/installDeps.sh @@ -54,7 +54,7 @@ npm install || { echo "Ensure jQuery is downloaded and up to date..." DOWNLOAD_JQUERY="true" -NEEDED_VERSION="1.7" +NEEDED_VERSION="1.7.1" if [ -f "static/js/jquery.js" ]; then VERSION=$(cat static/js/jquery.js | head -n 3 | grep -o "v[0-9].[0-9]");