summaryrefslogtreecommitdiff
path: root/modules/gallery/js/item_form_delete.js
blob: fa3f24a29ed2107cc84eef734dfc8030685d53f0 (plain)
1
2
3
4
5
$("#g-confirm-delete").submit(
  function() {
    $("#g-confirm-delete input[type=submit]").gallery_show_loading();
  }
);