Files
gallery3/modules/gallery/js/item_form_delete.js
Bharat Mediratta 892727830d Add a loading indicator to the delete form by tagging some JS on at
the end which triggers .gallery_show_loading().  Not a complete fix
for #817 but it's a start and it takes care of one place where we have
a long running process.
2010-06-20 16:52:10 -07:00

6 lines
123 B
JavaScript

$("#g-confirm-delete").submit(
function() {
$("#g-confirm-delete input[type=submit]").gallery_show_loading();
}
);