Remove focus from folder search toggle icon (#4062)

This commit is contained in:
Thomas Bruederli 2015-01-05 16:00:13 +01:00
parent 8db4a68da1
commit ac4ed0ff19

View file

@ -377,6 +377,9 @@ $(document).ready(function(e){
box = $('#calendars .listsearchbox'),
dir = box.is(':visible') ? -1 : 1;
if (!rcube_event.is_keyboard(e))
$(this).blur();
box.slideToggle({
duration: 160,
progress: function(animation, progress) {