From 20658f3b4af64ce6695bcbbac35fabf51b42775e Mon Sep 17 00:00:00 2001 From: Mario Date: Thu, 9 Feb 2023 12:46:23 +0000 Subject: do not blur --- view/tpl/messages_widget.tpl | 1 - 1 file changed, 1 deletion(-) (limited to 'view') diff --git a/view/tpl/messages_widget.tpl b/view/tpl/messages_widget.tpl index ab4a6e9d5..8dece872e 100644 --- a/view/tpl/messages_widget.tpl +++ b/view/tpl/messages_widget.tpl @@ -88,7 +88,6 @@ $("#messages-author").name_autocomplete(baseurl + '/acl', 'a', false, function(data) { // a workaround to not re-trigger autocomplete after initial click $("#messages-author").val('').attr('placeholder', data.name); - $("#messages-author").blur(); $('#textcomplete-dropdown').hide(); $('#messages-container .message').remove(); -- cgit v1.2.3