Fixed wrong footer escaping
This commit is contained in:
parent
9133b9899c
commit
5c5287ca21
@ -48,7 +48,7 @@ $(document).ready(function() {
|
|||||||
})
|
})
|
||||||
}
|
}
|
||||||
$(".rot-enc").html(function(){
|
$(".rot-enc").html(function(){
|
||||||
return str_rot13($(this).html())
|
return str_rot13($(this).text())
|
||||||
});
|
});
|
||||||
// https://stackoverflow.com/questions/4399005/implementing-jquerys-shake-effect-with-animate
|
// https://stackoverflow.com/questions/4399005/implementing-jquerys-shake-effect-with-animate
|
||||||
function shake(div,interval,distance,times) {
|
function shake(div,interval,distance,times) {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user