Add visibility management
This commit is contained in:
@@ -111,7 +111,7 @@ div#categories div.name img
|
||||
margin : 1em;
|
||||
}
|
||||
|
||||
#main_panel .note .title a
|
||||
.note .title a
|
||||
{
|
||||
color: black;
|
||||
text-decoration: none;
|
||||
|
@@ -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++)
|
||||
{
|
||||
|
Reference in New Issue
Block a user