Minor codestyle fix
This commit is contained in:
parent
ab43057b1f
commit
3b80a73456
1 changed files with 2 additions and 1 deletions
|
@ -207,8 +207,9 @@ function rcube_tasklist_ui(settings)
|
|||
// handler for clicks on quickview buttons
|
||||
tasklists_widget.container.on('click', '.quickview', function(e){
|
||||
var id = $(this).closest('li').attr('id').replace(/^rcmlitasklist/, '');
|
||||
set_focusview(focusview == id ? null : id)
|
||||
set_focusview(focusview == id ? null : id);
|
||||
e.stopPropagation();
|
||||
return false;
|
||||
});
|
||||
|
||||
// register dbl-click handler to open calendar edit dialog
|
||||
|
|
Loading…
Add table
Reference in a new issue