summaryrefslogtreecommitdiff
path: root/lib/scripts/jquery/update.sh
diff options
context:
space:
mode:
authorAndreas Gohr <andi@splitbrain.org>2015-05-29 12:20:35 +0200
committerAndreas Gohr <andi@splitbrain.org>2015-05-29 12:20:35 +0200
commit2b2b4cfeaa8d7ae4ba8315b27379063862a067cf (patch)
tree432ce32e9bc26891bfa4179be103a6c4eb57c4c0 /lib/scripts/jquery/update.sh
parent4286c64e98499b93056c09498c10709f8909befd (diff)
downloadrpg-2b2b4cfeaa8d7ae4ba8315b27379063862a067cf.tar.gz
rpg-2b2b4cfeaa8d7ae4ba8315b27379063862a067cf.tar.bz2
Upgrade to jQuery 1.11.3 and jQueryUI 1.11.4 closes #1175
Diffstat (limited to 'lib/scripts/jquery/update.sh')
-rwxr-xr-xlib/scripts/jquery/update.sh10
1 files changed, 7 insertions, 3 deletions
diff --git a/lib/scripts/jquery/update.sh b/lib/scripts/jquery/update.sh
index 741fcff1c..ed9dcab7b 100755
--- a/lib/scripts/jquery/update.sh
+++ b/lib/scripts/jquery/update.sh
@@ -9,13 +9,17 @@
# @link http://code.jquery.com/
# Adjust version for jQuery-UI here - there's no good latest link
-JQUI_VERSION='1.11.0'
+JQUI_VERSION='1.11.4'
JQUI_HOST="https://code.jquery.com/ui/$JQUI_VERSION"
JQUI_GIT="https://raw.githubusercontent.com/jquery/jquery-ui/$JQUI_VERSION/ui"
+# Adjust version for jQueryhere - latest updates slowly
+JQ_VERSION='1.11.3'
+
+
# load jQuery
-wget -nv http://code.jquery.com/jquery-latest.min.js -O jquery.min.js
-wget -nv http://code.jquery.com/jquery-latest.js -O jquery.js
+wget -nv http://code.jquery.com/jquery-${JQ_VERSION}.min.js -O jquery.min.js
+wget -nv http://code.jquery.com/jquery-${JQ_VERSION}.js -O jquery.js
# load jQuery-UI
wget -nv "$JQUI_HOST/jquery-ui.min.js" -O jquery-ui.min.js