##// END OF EJS Templates
Added autoban by the hidden field (to ban spammers and prevent them from trying to post anything).
Added autoban by the hidden field (to ban spammers and prevent them from trying to post anything).

File last commit:

r270:60c21dbf default
r271:ac659dae default
Show More
main.js
11 lines | 249 B | application/javascript | JavascriptLexer
$( document ).ready(function() {
$("a[href='#top']").click(function() {
$("html, body").animate({ scrollTop: 0 }, "slow");
return false;
});
addImgPreview();
addRefLinkMap();
addPopups();
addMarkPanel();
});