diff options
-rwxr-xr-x | Makefile | 2 | ||||
m--------- | libraries/jquery | 0 |
2 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 diff --git a/libraries/jquery b/libraries/jquery -Subproject b807aedb7fee321fb3aa5d156a5a256ab0634e2 +Subproject 17eeebb3c04c72e5d00520c191cce858844aede |