From 38ee3c59ac4d4a40ea75b63e62687e4f7513b87c Mon Sep 17 00:00:00 2001 From: Cameron Date: Thu, 7 Feb 2013 10:43:46 -0800 Subject: [PATCH] Switch jQuery to Google CDN --- e107_handlers/js_manager.php | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/e107_handlers/js_manager.php b/e107_handlers/js_manager.php index 3e1e09a46..3edcc3abb 100644 --- a/e107_handlers/js_manager.php +++ b/e107_handlers/js_manager.php @@ -43,9 +43,12 @@ class e_jsmanager // "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" + "http://ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js", + "http://ajax.googleapis.com/ajax/libs/jqueryui/1.10.0/jquery-ui.min.js", + "http://ajax.googleapis.com/ajax/libs/jqueryui/1.10.0/themes/base/jquery-ui.css", + // "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" )