Skip to content
Snippets Groups Projects
Commit 1dcf6b53 authored by Kurund Jalmi's avatar Kurund Jalmi
Browse files

fixes for CRM-13476

----------------------------------------
* CRM-13476: In IE8, accordion controls do not work for Advanced Search form
  http://issues.civicrm.org/jira/browse/CRM-13476
parent 2cda1aae
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
......@@ -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() {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment