diff options
Diffstat (limited to 'view/tpl/notifications_widget.tpl')
-rw-r--r-- | view/tpl/notifications_widget.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/tpl/notifications_widget.tpl b/view/tpl/notifications_widget.tpl index 7ce032069..c30945524 100644 --- a/view/tpl/notifications_widget.tpl +++ b/view/tpl/notifications_widget.tpl @@ -71,7 +71,7 @@ $("#nav-{{$notification.type}}-menu .notification").removeClass('d-none'); $('#cn-{{$notification.type}}-input-clear').addClass('d-none'); }); - $(document).on('keyup', '#cn-{{$notification.type}}-input', function(e) { + $(document).on('input', '#cn-{{$notification.type}}-input', function(e) { var val = $('#cn-{{$notification.type}}-input').val().toLowerCase(); if(val) { |