6e5069ab19bc0d7ff97c6fd49eb66ec9020eefc2
[yaffs-website] / js / modules / image_widget_crop / ImageWidgetCrop.js
1 /**
2  * @file
3  * Theme hooks for the Drupal Bootstrap base theme.
4  */
5 (function ($, Drupal) {
6
7   if (Drupal.ImageWidgetCrop && Drupal.ImageWidgetCrop.prototype && Drupal.ImageWidgetCrop.prototype.selectors && Drupal.ImageWidgetCrop.prototype.selectors.summary) {
8     Drupal.ImageWidgetCrop.prototype.selectors.summary += ', > .panel-heading > .panel-title';
9   }
10
11 })(window.jQuery, window.Drupal);