##// END OF EJS Templates
Removed fancybox completely.
Removed fancybox completely.

File last commit:

r267:6cb5ea1d default
r269:a26d89c5 default
Show More
main.js
11 lines | 251 B | application/javascript | JavascriptLexer
neko259
xs
r54 $( document ).ready(function() {
$("a[href='#top']").click(function() {
$("html, body").animate({ scrollTop: 0 }, "slow");
return false;
});
neko259
Added js popup for image viewing.
r63
neko259
Added right margin to the last replies list in MD theme.
r267 //addImgPreview();
neko259
Added refmaps for the threads list.
r125 addRefLinkMap();
neko259
Added hover popups for the reflinks.
r222 addPopups();
rt@lightning
add mark panel
r228 addMarkPanel();
});