Skip to content
Snippets Groups Projects
Commit e352b9cd authored by colemanw's avatar colemanw
Browse files

CRM-13929 - fix drupal jQuery vs cj collision

parent 72984a52
Branches
Tags
No related merge requests found
......@@ -89,7 +89,7 @@ cj( function() {
},
load: function(event, ui) {
if ((typeof(Drupal) != 'undefined') && Drupal.attachBehaviors) {
Drupal.attachBehaviors(ui.panel);
Drupal.attachBehaviors(ui.panel[0]);
}
cj(ui.panel).trigger('crmFormLoad');
// FIXME - decouple scanProfileSelectors and TabHeader
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment