mirror of
https://github.com/Icinga/icingaweb2.git
synced 2026-06-14 19:10:12 -04:00
parent
08ace05ac7
commit
16200417eb
1 changed files with 5 additions and 0 deletions
|
|
@ -226,6 +226,11 @@
|
|||
event.stopPropagation();
|
||||
event.preventDefault();
|
||||
|
||||
// activate spinner indicator
|
||||
if ($button.hasClass('spinner')) {
|
||||
$button.addClass('active');
|
||||
}
|
||||
|
||||
icinga.logger.debug('Submitting form: ' + method + ' ' + url, method);
|
||||
|
||||
$target = self.getLinkTargetFor($form);
|
||||
|
|
|
|||
Loading…
Reference in a new issue