diff options
author | Mario <mario@mariovavti.com> | 2023-02-09 12:46:23 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2023-02-09 12:46:23 +0000 |
commit | 20658f3b4af64ce6695bcbbac35fabf51b42775e (patch) | |
tree | 4ca028f294020c574da262759bba144a4ff24325 /view | |
parent | c945698eb4694051ff2c5f12156f27653a69cae1 (diff) | |
download | volse-hubzilla-20658f3b4af64ce6695bcbbac35fabf51b42775e.tar.gz volse-hubzilla-20658f3b4af64ce6695bcbbac35fabf51b42775e.tar.bz2 volse-hubzilla-20658f3b4af64ce6695bcbbac35fabf51b42775e.zip |
do not blur
Diffstat (limited to 'view')
-rw-r--r-- | view/tpl/messages_widget.tpl | 1 |
1 files changed, 0 insertions, 1 deletions
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(); |