##// END OF EJS Templates
Added replies mapping to the server side instead of JS.
Added replies mapping to the server side instead of JS.

File last commit:

r291:3b113b42 default
r291:3b113b42 default
Show More
main.js
13 lines | 286 B | application/javascript | JavascriptLexer
$( document ).ready(function() {
$("a[href='#top']").click(function() {
$("html, body").animate({ scrollTop: 0 }, "slow");
return false;
});
addImgPreview();
// TODO Rewrite popups module and reenable it
//addPopups();
addMarkPanel();
});