[Web] Rot announcements

This commit is contained in:
andryyy
2020-08-16 11:54:06 +02:00
parent 0dfb59e912
commit d3d929222f
3 changed files with 4 additions and 4 deletions

View File

@@ -29,8 +29,8 @@ $(document).ready(function() {
return String.fromCharCode(s.charCodeAt(0) + (s.toLowerCase() < 'n' ? 13 : -13))
})
}
$(".footer-text-enc").html(function(){
return str_rot13($(".footer-text-enc").html())
$(".rot-enc").html(function(){
return str_rot13($(this).html())
});
// https://stackoverflow.com/questions/4399005/implementing-jquerys-shake-effect-with-animate
function shake(div,interval,distance,times) {