mirror of
https://github.com/twisterarmy/twister-calm.git
synced 2025-01-28 15:44:21 +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;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (prefix == '#') { // hashtag
|
||||||
|
return false;
|
||||||
|
}
|
||||||
|
|
||||||
//var partialName = item.val();
|
//var partialName = item.val();
|
||||||
|
|
||||||
if( !partialName.length ) {
|
if( !partialName.length ) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user