##// END OF EJS Templates
Added user to the posts. This refs #12
Added user to the posts. This refs #12

File last commit:

r65:805a710c default
r113:aabf6422 1.1
Show More
main.js
13 lines | 330 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: 7,
openEffect: 'none',
closeEffect: 'none'
});
})