##// END OF EJS Templates
Caching all threads on the page, on every one of them separately.
Caching all threads on the page, on every one of them separately.

File last commit:

r125:449be9e6 default
r191:844d6cfb default
Show More
main.js
16 lines | 353 B | application/javascript | JavascriptLexer
$( document ).ready(function() {
$("a[href='#top']").click(function() {
$("html, body").animate({ scrollTop: 0 }, "slow");
return false;
});
$(".fancy").fancybox({
closeBtn: false,
closeClick: true,
padding: 0,
openEffect: 'none',
closeEffect: 'none'
});
addRefLinkMap();
})