##// END OF EJS Templates
Removed reply popups as too buggy for using as they are now.
neko259 -
r272:0a3b13db default
parent child Browse files
Show More
@@ -1,11 +1,13 b''
1 1 $( document ).ready(function() {
2 2 $("a[href='#top']").click(function() {
3 3 $("html, body").animate({ scrollTop: 0 }, "slow");
4 4 return false;
5 5 });
6 6
7 7 addImgPreview();
8 8 addRefLinkMap();
9 addPopups();
9
10 // TODO Rewrite popups module and reenable it
11 //addPopups();
10 12 addMarkPanel();
11 13 });
General Comments 0
You need to be logged in to leave comments. Login now