##// END OF EJS Templates
#44 Show last replies in the threads list.
#44 Show last replies in the threads list.

File last commit:

r54:6cbb2c22 default
r59:583a602b default
Show More
main.js
5 lines | 167 B | application/javascript | JavascriptLexer
$( document ).ready(function() {
$("a[href='#top']").click(function() {
$("html, body").animate({ scrollTop: 0 }, "slow");
return false;
});
})