mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-04-08 17:15:08 +02:00
form.js: Don't ignore autosubmit elements
A while ago this already has changed so that autosubmit responses are guaranteed to be applied. Thus this exception is now obsolete. fixes #4942 (cherry picked from commit 8cd892359d1770260e10486554764bcd8c0be797)
This commit is contained in:
parent
c6a05031b8
commit
0ea550ed21
@ -81,7 +81,6 @@
|
||||
if ($container.has(origFocus).length
|
||||
&& $(origFocus).length
|
||||
&& ! $(origFocus).hasClass('autofocus')
|
||||
&& ! $(origFocus).hasClass('autosubmit')
|
||||
&& $(origFocus).closest('form').length
|
||||
&& $(origFocus).not(':input[type=button], :input[type=submit], :input[type=reset]').length
|
||||
) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user