aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/lib/scripts/jquery
diff options
context:
space:
mode:
Diffstat (limited to 'lib/scripts/jquery')
-rwxr-xr-xlib/scripts/jquery/update.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/scripts/jquery/update.sh b/lib/scripts/jquery/update.sh
index 10c29c4ee..9443377e9 100755
--- a/lib/scripts/jquery/update.sh
+++ b/lib/scripts/jquery/update.sh
@@ -9,7 +9,7 @@
# @link http://code.jquery.com/
# load version infor from external file
-source ./versions
+. versions
JQUI_HOST="https://code.jquery.com/ui/$JQUI_VERSION"
JQUI_GIT="https://raw.githubusercontent.com/jquery/jquery-ui/$JQUI_VERSION/ui"