tripal_ds.js 117 B

123456789
  1. (function($) {
  2. Drupal.behaviors.tripal_ds = {
  3. attach: function (context, settings){
  4. },
  5. };
  6. })(jQuery);