mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-07-31 01:34:12 +02:00
js: ignore refresh control on tab doubleclick
This commit is contained in:
parent
764f6cca9f
commit
20f0168bc7
@ -45,6 +45,9 @@
|
||||
}
|
||||
|
||||
$a = $(ev.currentTarget);
|
||||
if ($a.hasClass('refresh-container-control')) {
|
||||
return;
|
||||
}
|
||||
$container = $a.closest('.container');
|
||||
id = $container.attr('id');
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user