From 6b888d334acf3204d0329c3d4b0ce7c617b488f9 Mon Sep 17 00:00:00 2001
From: Cameron <cameron@e107coders.org>
Date: Sun, 25 Nov 2012 12:37:21 -0800
Subject: [PATCH] Update to jQuery 1.8.3 and jQuery UI 1.9.2

---
 e107_handlers/js_manager.php | 10 +++++++---
 1 file changed, 7 insertions(+), 3 deletions(-)

diff --git a/e107_handlers/js_manager.php b/e107_handlers/js_manager.php
index ec2aef09d..c284d51af 100644
--- a/e107_handlers/js_manager.php
+++ b/e107_handlers/js_manager.php
@@ -40,9 +40,13 @@ class e_jsmanager
 		
 		
 		'jquery'	=> array(
-			"http://ajax.googleapis.com/ajax/libs/jqueryui/1.9.1/themes/base/jquery-ui.css",
-			"http://ajax.googleapis.com/ajax/libs/jquery/1.8.2/jquery.min.js",
-			"http://ajax.googleapis.com/ajax/libs/jqueryui/1.9.1/jquery-ui.min.js"		
+		//	"http://ajax.googleapis.com/ajax/libs/jqueryui/1.9.1/themes/base/jquery-ui.css",
+		//	"http://ajax.googleapis.com/ajax/libs/jqueryui/1.9.1/jquery-ui.min.js"	
+		//	"http://ajax.googleapis.com/ajax/libs/jquery/1.8.2/jquery.min.js",
+			"http://code.jquery.com/jquery-1.8.3.js",
+			"http://code.jquery.com/ui/1.9.2/themes/base/jquery-ui.css",
+			"http://code.jquery.com/ui/1.9.2/jquery-ui.js"
+			
 			)	
 			
 	);