##// END OF EJS Templates
Removed reply popups as too buggy for using as they are now.
Removed reply popups as too buggy for using as they are now.

File last commit:

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