Page tree

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

Reverses comments order on the page

<script>
  AJS.toInit(function(){
    var c = AJS.$('#page-comments');
    c.children().each(function(i,li){c.prepend(li)});
  });
</script>


  • No labels