mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-05-20 11:29:24 -04:00
6 lines
123 B
JavaScript
6 lines
123 B
JavaScript
|
|
$("#g-confirm-delete").submit(
|
||
|
|
function() {
|
||
|
|
$("#g-confirm-delete input[type=submit]").gallery_show_loading();
|
||
|
|
}
|
||
|
|
);
|