Revert "fix users suggestion on type hashtag"

This reverts commit 62daed76bbf488670c0e6b4cdc1e49e8a3388dd0.
This commit is contained in:
Hedgehog 2014-04-15 15:03:02 +04:00
parent 413beb8fbe
commit c69e22a803

View File

@ -383,10 +383,6 @@ function userSearchKeypress(item) {
return false;
}
if (prefix == '#') { // hashtag
return false;
}
//var partialName = item.val();
if( !partialName.length ) {