CRM-15346 - Ensure drupal.behaviors are triggered
[civicrm-core.git] / js / crm.drupal.js
1 // http://civicrm.org/licensing
2 CRM.$(function($) {
3 $(document).on('crmLoad', function() {
4 // This is drupal's old-school way of listening for 'load' type events. It has to be called manually.
5 Drupal.attachBehaviors(this);
6 });
7 });