mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-27 07:44:04 +02:00
Don't stop auto-refresh when a form button has focus
This commit is contained in:
parent
f53eb48e38
commit
eef982f3c3
@ -100,6 +100,7 @@
|
||||
&& ! $(origFocus).hasClass('autofocus')
|
||||
&& ! $(origFocus).hasClass('autosubmit')
|
||||
&& $(origFocus).closest('form').length
|
||||
&& $(origFocus).not(':input[type=button], :input[type=submit], :input[type=reset]').length
|
||||
) {
|
||||
icinga.logger.debug('Not changing content for ' + containerId + ' form has focus');
|
||||
return null;
|
||||
|
Loading…
x
Reference in New Issue
Block a user