Commit 636e7ec9 by Masaru Abe

#13200 ツリーアイコンの対応戻す

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