Add visibility management

This commit is contained in:
Gregory Soutade
2016-06-14 11:09:11 +02:00
parent 38be8017a0
commit 72c3a97ffa
12 changed files with 140 additions and 68 deletions

View File

@@ -111,7 +111,7 @@ div#categories div.name img
margin : 1em;
}
#main_panel .note .title a
.note .title a
{
color: black;
text-decoration: none;

View File

@@ -96,6 +96,7 @@ function category_setup()
category = categories.childNodes[i];
if (category.nodeType != Node.ELEMENT_NODE) continue;
categoryId = category.getAttribute("category_id");
if (categoryId == null) continue;
hide = false;
for(a=0; a<hidden_categories.length;a++)
{