##// END OF EJS Templates
Show bumplimit bar for threads. Added board logo to the authors page.
Show bumplimit bar for threads. Added board logo to the authors page.

File last commit:

r272:0a3b13db default
r281:b5bf6984 default
Show More
main.js
13 lines | 302 B | application/javascript | JavascriptLexer
$( document ).ready(function() {
$("a[href='#top']").click(function() {
$("html, body").animate({ scrollTop: 0 }, "slow");
return false;
});
addImgPreview();
addRefLinkMap();
// TODO Rewrite popups module and reenable it
//addPopups();
addMarkPanel();
});