aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rwxr-xr-xMakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index aead42b..eccc117 100755
--- a/Makefile
+++ b/Makefile
@@ -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