Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Excerpt

Simple macro to hide Confluence comments from page

Code Block
<script type="text/javascript">
AJS.toInit(function() {
	AJS.$('#comments-section').hide();
});
</script>

...