mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-05-20 03:19:13 -04:00
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.
6 lines
123 B
JavaScript
6 lines
123 B
JavaScript
$("#g-confirm-delete").submit(
|
|
function() {
|
|
$("#g-confirm-delete input[type=submit]").gallery_show_loading();
|
|
}
|
|
);
|