Browse Source

Revert "fix users suggestion on type hashtag"

This reverts commit 62daed76bb.
master
Hedgehog 11 years ago
parent
commit
c69e22a803
  1. 4
      js/twister_following.js

4
js/twister_following.js

@ -383,10 +383,6 @@ 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…
Cancel
Save