view sites/all/modules/biblio/misc/biblio.nodeformbuttonhide.js @ 4:ce11bbd8f642

added modules
author danieleb <danielebarchiesi@me.com>
date Thu, 19 Sep 2013 10:38:44 +0100
parents
children
line wrap: on
line source
(function ($, Drupal, window, document, undefined) {
  $(document).ready(function() {
    $("#edit-biblio-next").addClass("element-invisible");
  });
})(jQuery, Drupal, this, this.document);