From 62daed76bbf488670c0e6b4cdc1e49e8a3388dd0 Mon Sep 17 00:00:00 2001 From: Denis Ryabov Date: Thu, 10 Apr 2014 02:31:32 +0400 Subject: [PATCH] fix users suggestion on type hashtag --- js/twister_following.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/js/twister_following.js b/js/twister_following.js index 5dc8d6a..4bb1ec3 100644 --- a/js/twister_following.js +++ b/js/twister_following.js @@ -383,6 +383,10 @@ function userSearchKeypress(item) { return false; } + if (prefix == '#') { // hashtag + return false; + } + //var partialName = item.val(); if( !partialName.length ) {