Commit c55e31cf by Masaru Abe

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

parent 11df6324
......@@ -1013,7 +1013,8 @@ function getDataJsonFileGenre() {
node.Value = dataGenre[i].categoryId;
node.ContentCount = dataGenre[i].contentCount;
AddChidrenNodeGenre(node);
node.IsClosed = false;
//#13200 カテゴリツリーの階層プラス・マイナスのアイコンが逆
//node.IsClosed = false;
node.IsCategory = node.ChildNodes.length > 0; // Has child 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