From: Florent Bruneau Date: Fri, 4 Feb 2011 20:43:57 +0000 (+0100) Subject: Switch to jQuery 1.5 X-Git-Tag: xorg/1.1.0~155^2~1 X-Git-Url: http://git.polytechnique.org/?a=commitdiff_plain;h=3cbf5a5ce3f11bd40a4c844d5a12dbbbe3af449c;p=platal.git Switch to jQuery 1.5 Signed-off-by: Florent Bruneau --- 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)))