diff options
author | Christopher Baines <cb15g11@soton.ac.uk> | 2015-05-02 11:44:29 +0100 |
---|---|---|
committer | Christopher Baines <cb15g11@soton.ac.uk> | 2015-05-02 11:58:51 +0100 |
commit | f737fe84f0464871543b16db87516473e580ed9f (patch) | |
tree | 31006cfc3f89716b570100a4b2da35a7bc540111 /Makefile | |
parent | e7e1494e3384cc5904fb79a7f6c0f5a8776f1718 (diff) | |
download | maps.southampton.ac.uk-f737fe84f0464871543b16db87516473e580ed9f.tar maps.southampton.ac.uk-f737fe84f0464871543b16db87516473e580ed9f.tar.gz |
Change jQuery version to 1.7.2
This is the current release in Debian, and as such is DFSG compliant.
Diffstat (limited to 'Makefile')
-rwxr-xr-x | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -42,7 +42,7 @@ ifneq ("$(wildcard $(SYSTEM_JQUERY))","") else @echo "System version of jquery does not exist, downloading...\n" @mkdir -p libraries/jquery/dist/ - wget http://code.jquery.com/jquery-2.1.1.js -O libraries/jquery/dist/jquery.js + wget https://code.jquery.com/jquery-1.7.2.js -O libraries/jquery/dist/jquery.js @$(PRINT_OK) endif |