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 | const date = new Date(); | ||
date.setHours(date.getHours() - 7.3); | |||
const weekDay = date.getDay(); | |||
const merchantCard = document.getElementById('merchant-card'); | const merchantCard = document.getElementById('merchant-card'); | ||