mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-31 01:34:09 +02:00
Fix naming error in last commit
This commit is contained in:
parent
1f6616e7d7
commit
fdc39189aa
@ -319,7 +319,7 @@
|
|||||||
if (refresh) {
|
if (refresh) {
|
||||||
req.$target.data('icingaRefresh', refresh);
|
req.$target.data('icingaRefresh', refresh);
|
||||||
} else {
|
} else {
|
||||||
req.$target.removeData('lastRefresh');
|
req.$target.removeData('icingaRefresh');
|
||||||
}
|
}
|
||||||
|
|
||||||
// Set a window identifier if the server asks us to do so
|
// Set a window identifier if the server asks us to do so
|
||||||
|
Loading…
x
Reference in New Issue
Block a user