This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<script> | |
const raised = 900; | |
const goal = 5000; | |
const widgetIndex = 0; | |
const countdownDate = "05/01/2024 00:00 AM" | |
function setCountdown(dt, id) { | |
var end = new Date(dt); | |
var _second = 1000; |