update the jquery version requested from the cdn. popcorn-port
authorhamidouk
Fri, 13 Jan 2012 12:36:48 +0100
branchpopcorn-port
changeset 625 63bddb6756d2
parent 624 177dfeacc7a6
child 626 c66bf61262fa
update the jquery version requested from the cdn.
src/js/site.js.templ
--- a/src/js/site.js.templ	Fri Jan 13 12:36:32 2012 +0100
+++ b/src/js/site.js.templ	Fri Jan 13 12:36:48 2012 +0100
@@ -5,8 +5,8 @@
 IriSP.jwplayer_swf_path = "http://localhost/mdp/test/libs/player.swf";
 
 IriSP.lib = { 
-		jQuery : "http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.js",
-		jQueryUI : "http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.4/jquery-ui.js",
+    jQuery : "http://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.js",
+		jQueryUI : "http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.17/jquery-ui.js",
 		jQueryToolTip : "http://cdn.jquerytools.org/1.2.4/all/jquery.tools.min.js",
 		swfObject : "http://ajax.googleapis.com/ajax/libs/swfobject/2.2/swfobject.js",
 		cssjQueryUI : "http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.4/themes/base/jquery-ui.css",