view modules/biblio/misc/biblio.nodeformbuttonhide.js @ 6:a75ead649730

added biblio, admin_menu and reference modules
author danieleb <danielebarchiesi@me.com>
date Fri, 20 Sep 2013 11:18:21 +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);