From 3cbf5a5ce3f11bd40a4c844d5a12dbbbe3af449c Mon Sep 17 00:00:00 2001 From: Florent Bruneau Date: Fri, 4 Feb 2011 21:43:57 +0100 Subject: [PATCH] Switch to jQuery 1.5 Signed-off-by: Florent Bruneau --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index c3eb316..a7ef805 100644 --- a/Makefile +++ b/Makefile @@ -179,7 +179,7 @@ $(MEDAL_THUMBNAILS): $(subst /medals/thumb/,/medals/,$(@F)) ## ## jquery ## -JQUERY_VERSION=1.4.4 +JQUERY_VERSION=1.5 JQUERY_PLUGINS=color form JQUERY_PLUGINS_PATHES=$(addprefix htdocs/javascript/jquery.,$(addsuffix .js,$(JQUERY_PLUGINS))) -- 2.1.4