mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-28 16:24:04 +02:00
Fix history breaking on autorefresh
This commit is contained in:
parent
ded6666897
commit
4e2595c09b
@ -590,7 +590,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
// Update history when necessary
|
// Update history when necessary
|
||||||
if (req.addToHistory) {
|
if (! req.autorefresh && req.addToHistory) {
|
||||||
if (req.$target.hasClass('container')) {
|
if (req.$target.hasClass('container')) {
|
||||||
// We only want to care about top-level containers
|
// We only want to care about top-level containers
|
||||||
if (req.$target.parent().closest('.container').length === 0) {
|
if (req.$target.parent().closest('.container').length === 0) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user