Purpose
This hides the Comments (at the Page bottom)
Details
Macro Name | hide-children | ||||||||
---|---|---|---|---|---|---|---|---|---|
Macro-Title | Hide children | ||||||||
Description | This Macro hides the Children section | ||||||||
Categories | Confluence Content | ||||||||
Documentation URL | http://www.mos-eisley.dk/x/BADeAQ | ||||||||
Definition of User Macro |
|
Macro Code
## @noparams <script> AJS.toInit(function() { AJS.$("#children-section").css("display","none"); }); </script>