mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-28 16:24:04 +02:00
parent
c9c5762320
commit
ef6debfa32
@ -320,7 +320,9 @@
|
|||||||
|
|
||||||
// some rows may contain form actions that trigger a different action, pass those through
|
// some rows may contain form actions that trigger a different action, pass those through
|
||||||
if (!$target.hasClass('rowaction') && $target.closest('form').length &&
|
if (!$target.hasClass('rowaction') && $target.closest('form').length &&
|
||||||
($target.closest('a').length || $target.closest('button').length)) {
|
($target.closest('a').length || // allow regular link clinks
|
||||||
|
$target.closest('button').length || // allow submitting forms
|
||||||
|
$target.closest('input').length || $target.closest('label').length)) { // allow selecting form elements
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user