fixes for CRM-13476
authorkurund <kurund@civicrm.org>
Tue, 1 Oct 2013 13:38:17 +0000 (14:38 +0100)
committerkurund <kurund@civicrm.org>
Tue, 1 Oct 2013 13:38:17 +0000 (14:38 +0100)
----------------------------------------
* CRM-13476: In IE8, accordion controls do not work for Advanced Search form
  http://issues.civicrm.org/jira/browse/CRM-13476

js/rest.js
templates/CRM/Contact/Form/Search/AdvancedCriteria.tpl

index 0cdb94f71c931a6f3c959f480264ffc0ef7da7af..118b4c7f0e7837c073099118332086aeec9ffe86 100644 (file)
@@ -102,7 +102,7 @@ var CRM = CRM || {};
         }
         return settings.success.call(this, result, settings);
       },
-      ajaxURL: 'civicrm/ajax/rest',
+      ajaxURL: 'civicrm/ajax/rest'
     };
     action = action.toLowerCase();
     // Default success handler
index c41e150d1a02bbfd5bc96355edf72e9e1d222ae0..38682af94d111bb46fdf06f7c564ad0b8f92d135 100644 (file)
@@ -62,7 +62,7 @@ cj(function($) {
     '3': 'CiviEvent',
     '4': 'activity',
     '5': 'CiviMember',
-    '6': 'CiviCase',
+    '6': 'CiviCase'
   };
   // Handle change of results mode
   $('#component_mode').change(function() {