Skip to content

Commit

Permalink
support hk stocks
Browse files Browse the repository at this point in the history
  • Loading branch information
henices committed Dec 2, 2024
1 parent d276e81 commit 47fa4e4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions suggest.js
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,7 @@
t.hide();
return t;
}
var regFilter = /^(sz|sh|jj)$/i;
var regFilter = /^(sz|sh|jj|hk)$/i;
for (i = 0, len = data.length; (i <= len-1)&&(i < sugMaxNum); i++) {
if(!regFilter.test(data[i][0])){
continue;
Expand Down Expand Up @@ -490,4 +490,4 @@
};

win.Suggest = Suggest;
})(jQuery, window);
})(jQuery, window);

0 comments on commit 47fa4e4

Please sign in to comment.