993
edições
Sem resumo de edição |
Sem resumo de edição |
||
Linha 2: | Linha 2: | ||
document.addEventListener('DOMContentLoaded', function () { | document.addEventListener('DOMContentLoaded', function () { | ||
const url = window.location.origin; | const url = window.location.origin; | ||
const weekDay = new Date(). | const weekDay = new Date().getDay(); | ||
const merchantCard = document.getElementById('merchant-card'); | const merchantCard = document.getElementById('merchant-card'); | ||