8 lines
176 B
JavaScript
8 lines
176 B
JavaScript
window.submitConfirm = function(event) {
|
|
$(event.target).addClass('disabled');
|
|
zui.Modal.open({id: 'progress'});
|
|
|
|
updateProgressInterval();
|
|
updateProgress();
|
|
}
|