Fix symbol dropdown broken by JS syntax error in symbol.js.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
dekun
2026-06-26 22:31:46 +08:00
parent 7f8b4cfefd
commit 69cf94d1df
2 changed files with 55 additions and 1 deletions
+1 -1
View File
@@ -106,7 +106,7 @@
div.classList.add('near-expiry');
}
var label = item.display || (item.name + ' ' + item.ths_code);
if item.near_expiry) {
if (item.near_expiry) {
label += ' <span class="near-expiry-tag">临期</span>';
}
if (item.has_night_session) {