diff --git a/twister_following.js b/twister_following.js index 530fbfb..5e3c98c 100644 --- a/twister_following.js +++ b/twister_following.js @@ -355,6 +355,11 @@ function closeSearchDialog() function userSearchKeypress(item) { var partialName = $(".userMenu-search-field").val().toLowerCase(); + + if ( partialName.substr( 0, 1 ) == '@' ) { + partialName = partialName.substr( 1 ); + } + //var partialName = item.val(); if( !partialName.length ) {