/** * @file * Dropbutton feature. */ (function ($, Drupal) { 'use strict'; // Make sure that dropButton behavior exists. if (!Drupal.behaviors.tableDrag) { return; } $(function () { $('head').append(''); }); })(jQuery, Drupal);