##// END OF EJS Templates
Added post style to the posts table (used in gallery).
Added post style to the posts table (used in gallery).

File last commit:

r125:449be9e6 default
r173:2f23dac1 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();
})