993
edições
Sem resumo de edição |
Sem resumo de edição |
||
Linha 1: | Linha 1: | ||
<script> | <script> | ||
$(function(){ | |||
Date.prototype.getWeekNumber = function(){ | Date.prototype.getWeekNumber = function(){ | ||
let d = new Date(Date.UTC(this.getFullYear(), this.getMonth(), this.getDate())); | let d = new Date(Date.UTC(this.getFullYear(), this.getMonth(), this.getDate())); | ||
Linha 34: | Linha 35: | ||
bossCard.src = bosses[actualWeekNumber % 3].image; | bossCard.src = bosses[actualWeekNumber % 3].image; | ||
bossCard.alt = bosses[actualWeekNumber % 3].name; | bossCard.alt = bosses[actualWeekNumber % 3].name; | ||
}) | |||
</script> | </script> |