##// END OF EJS Templates
Changed static files storage to cached one to allow versioning.
Changed static files storage to cached one to allow versioning.

File last commit:

r242:2dc7d85c default
r259:d4948b22 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();
});