##// END OF EJS Templates
Added proper russian translation of the template code. The form validation messages are not yet translated. This refs #36
Added proper russian translation of the template code. The form validation messages are not yet translated. This refs #36

File last commit:

r65:805a710c default
r83:597e046e default
Show More
main.js
13 lines | 330 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: 7,
openEffect: 'none',
closeEffect: 'none'
});
})