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

Merge pull request #2224 from colemanw/4.4

CRM-13929 - fix drupal jQuery vs cj collision
parents 667aa801 e352b9cd
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