Commit b1d16bdc by Masaru Abe

#13200 カテゴリツリーの階層プラス・マイナスのアイコンが逆

parent faea89b6
...@@ -993,7 +993,8 @@ HOME.getDataJsonFileGenre = function() { ...@@ -993,7 +993,8 @@ HOME.getDataJsonFileGenre = function() {
node.Value = HOME.dataGenre[i].categoryId; node.Value = HOME.dataGenre[i].categoryId;
node.ContentCount = HOME.dataGenre[i].contentCount; node.ContentCount = HOME.dataGenre[i].contentCount;
HOME.AddChidrenNodeGenre(node); HOME.AddChidrenNodeGenre(node);
node.IsClosed = false; //#13200 カテゴリツリーの階層プラス・マイナスのアイコンが逆
//node.IsClosed = false;
node.IsCategory = node.ChildNodes.length > 0; // Has child node node.IsCategory = node.ChildNodes.length > 0; // Has child node
arrData.push(node); arrData.push(node);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment