Purpose

This hides the Comments (at the Page bottom)

Details

Macro Name

hide-children

Macro-TitleHide children
DescriptionThis Macro hides the Children section
CategoriesConfluence Content
Documentation URLhttp://www.mos-eisley.dk/x/BADeAQ

Definition of User Macro

(afkryds)No macro body
(fejl)Escaped
(fejl)Unrendered
(fejl)Rendered

Macro Code

## @noparams
<script>
AJS.toInit(function() {
 AJS.$("#children-section").css("display","none");
 });
</script>