##// END OF EJS Templates
Added replies manytomany field to the post to get its replies more efficiently.
Added replies manytomany field to the post to get its replies more efficiently.

File last commit:

r125:449be9e6 default
r169:4857f106 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();
})