diff options
author | Andreas Gohr <andi@splitbrain.org> | 2023-03-10 17:46:20 +0100 |
---|---|---|
committer | Andreas Gohr <andi@splitbrain.org> | 2023-03-10 17:47:51 +0100 |
commit | 4e4e74c5d5cc4d9ab2edad8e0793189317b901ca (patch) | |
tree | 62a6aa31d8ea88f40862f9fcaf261e5109e6e4c0 /lib/scripts/jquery/update.sh | |
parent | abca2f794c82ca70bd41b6c7cbaad44369f2de41 (diff) | |
download | dokuwiki-4e4e74c5d5cc4d9ab2edad8e0793189317b901ca.tar.gz dokuwiki-4e4e74c5d5cc4d9ab2edad8e0793189317b901ca.zip |
jQuery and jQuery UI updates
Diffstat (limited to 'lib/scripts/jquery/update.sh')
-rwxr-xr-x | lib/scripts/jquery/update.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/scripts/jquery/update.sh b/lib/scripts/jquery/update.sh index 9443377e9..910983972 100755 --- a/lib/scripts/jquery/update.sh +++ b/lib/scripts/jquery/update.sh @@ -8,8 +8,8 @@ # @author Stefan Grönke <stefan@gronke.net> # @link http://code.jquery.com/ -# load version infor from external file -. versions +# load version info from external file +source ./versions JQUI_HOST="https://code.jquery.com/ui/$JQUI_VERSION" JQUI_GIT="https://raw.githubusercontent.com/jquery/jquery-ui/$JQUI_VERSION/ui" |