From cb19d0a91bc4f0cd679a09b617a7c9253ba55345 Mon Sep 17 00:00:00 2001 From: Coleman Watts Date: Tue, 10 Dec 2013 14:41:20 -0800 Subject: [PATCH] CRM-13932 - Upgrade jQuery and add jQuery.migrate --- CRM/Core/Resources.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CRM/Core/Resources.php b/CRM/Core/Resources.php index 4a1318ce89..33a6cecf01 100644 --- a/CRM/Core/Resources.php +++ b/CRM/Core/Resources.php @@ -540,7 +540,8 @@ class CRM_Core_Resources { */ static function coreResourceList() { $items = array( - 'packages/jquery/jquery-1.8.3.min.js', + 'packages/jquery/jquery-1.10.2.min.js', + 'packages/jquery/jquery-migrate-1.2.1.js', 'packages/jquery/jquery-ui-1.9.0/js/jquery-ui-1.9.0.custom.min.js', 'packages/jquery/jquery-ui-1.9.0/css/smoothness/jquery-ui-1.9.0.custom.min.css', -- 2.25.1