generator-cwf-theme
Version:
Generates a Drupal CWF Bootstrap base theme
17 lines (10 loc) • 364 B
JavaScript
(function ($, Drupal, window, document, undefined) {
// To understand behaviors, see https://drupal.org/node/756722#behaviors
Drupal.behaviors.<%= themeName %> = {
attach: function(context, settings) {
// Place your code here.
// Trigger enhance
$(document).trigger("enhance");
}
};
})(jQuery, Drupal, this, this.document);