mirror of
https://github.com/twisterarmy/twister-calm.git
synced 2025-01-27 07:04:49 +00:00
fix users suggestion on type hashtag
This commit is contained in:
parent
395e04906c
commit
62daed76bb
@ -383,6 +383,10 @@ function userSearchKeypress(item) {
|
||||
return false;
|
||||
}
|
||||
|
||||
if (prefix == '#') { // hashtag
|
||||
return false;
|
||||
}
|
||||
|
||||
//var partialName = item.val();
|
||||
|
||||
if( !partialName.length ) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user