fix users suggestion on type hashtag

This commit is contained in:
Denis Ryabov 2014-04-10 02:31:32 +04:00
parent 395e04906c
commit 62daed76bb

View File

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