|
@@ -219,8 +219,8 @@ $(document).ready(() => {
|
|
}
|
|
}
|
|
});
|
|
});
|
|
(function (select, sheet) {
|
|
(function (select, sheet) {
|
|
- if (!sheet.zh_tree) return;
|
|
|
|
$(select).click(function () {
|
|
$(select).click(function () {
|
|
|
|
+ if (!sheet.zh_tree) return;
|
|
const tag = $(this).attr('tag');
|
|
const tag = $(this).attr('tag');
|
|
const tree = sheet.zh_tree;
|
|
const tree = sheet.zh_tree;
|
|
switch (tag) {
|
|
switch (tag) {
|