Abort autocompletion once "Add participant" button is pressed (#277)
This commit is contained in:
parent
16e96e1c53
commit
35169e1d36
1 changed files with 1 additions and 1 deletions
|
@ -2165,9 +2165,9 @@ function rcube_calendar_ui(settings)
|
|||
|
||||
$('#edit-attendee-add').click(function(){
|
||||
var input = $('#edit-attendee-name');
|
||||
rcmail.ksearch_blur();
|
||||
if (add_attendees(input.val())) {
|
||||
input.val('');
|
||||
rcmail.ksearch_blur();
|
||||
}
|
||||
});
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue