CRM-13932 - Add uncompressed version of jQuery
authorColeman Watts <coleman@civicrm.org>
Thu, 19 Dec 2013 00:21:45 +0000 (16:21 -0800)
committerColeman Watts <coleman@civicrm.org>
Mon, 6 Jan 2014 19:10:39 +0000 (11:10 -0800)
CRM/Core/Resources.php

index c9ead5ed52e3a5fdb2528a15e64d4df985b53783..30fa19177ef5d35aabc26d2b46bb6f851b79ffa5 100644 (file)
@@ -533,7 +533,7 @@ class CRM_Core_Resources {
     $min = $config->debug ? '' : '.min';
 
     $items = array(
-      "packages/jquery/jquery-1.10.2.min.js",
+      "packages/jquery/jquery-1.10.2$min.js",
       "packages/jquery/jquery-migrate-1.2.1.js",
       "packages/jquery/jquery-ui/js/jquery-ui-1.10.3.custom$min.js",
       "packages/jquery/jquery-ui/css/black-tie/jquery-ui-1.10.3.custom$min.css",