##// END OF EJS Templates
Fixed validation message. 'text or image must be entered' was shown instead of the read one.
Fixed validation message. 'text or image must be entered' was shown instead of the read one.

File last commit:

r125:449be9e6 default
r151:f572bc5b default
Show More
main.js
16 lines | 353 B | application/javascript | JavascriptLexer
$( document ).ready(function() {
$("a[href='#top']").click(function() {
$("html, body").animate({ scrollTop: 0 }, "slow");
return false;
});
$(".fancy").fancybox({
closeBtn: false,
closeClick: true,
padding: 0,
openEffect: 'none',
closeEffect: 'none'
});
addRefLinkMap();
})