##// END OF EJS Templates
Added missing profiler script. Removed user's last access time, now getting it from the user's last post time. Added more info to the settings (user's registration and last access time).
Added missing profiler script. Removed user's last access time, now getting it from the user's last post time. Added more info to the settings (user's registration and last access time).

File last commit:

r125:449be9e6 default
r197:4ac7d8f0 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();
})