Don't hide the Kolab skin's tasks menu on document click (#2578)
This commit is contained in:
parent
95f0a7f58a
commit
17ce267587
1 changed files with 1 additions and 1 deletions
|
@ -1823,7 +1823,7 @@ function rcube_tasklist_ui(settings)
|
||||||
|
|
||||||
$('.popupmenu:visible').each(function(i, elem){
|
$('.popupmenu:visible').each(function(i, elem){
|
||||||
var menu = $(elem), id = elem.id;
|
var menu = $(elem), id = elem.id;
|
||||||
if (target.id != id+'link' && (!menu.data('sticky') || !target_overlaps(e.target, elem))) {
|
if (id && target.id != id+'link' && (!menu.data('sticky') || !target_overlaps(e.target, elem))) {
|
||||||
menu.hide();
|
menu.hide();
|
||||||
count++;
|
count++;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue