Widget:Test: mudanças entre as edições

18 bytes adicionados ,  23 de março de 2023
sem sumário de edição
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>