js: ignore refresh control on tab doubleclick

This commit is contained in:
Thomas Gelf 2018-10-01 08:55:16 +02:00
parent 764f6cca9f
commit 20f0168bc7
1 changed files with 3 additions and 0 deletions

View File

@ -45,6 +45,9 @@
}
$a = $(ev.currentTarget);
if ($a.hasClass('refresh-container-control')) {
return;
}
$container = $a.closest('.container');
id = $container.attr('id');