geeparts-js 1.5.2 → 1.5.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/index.js +2 -2
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -1960,8 +1960,8 @@ function updateCountdown() {
|
|
|
1960
1960
|
}
|
|
1961
1961
|
|
|
1962
1962
|
// Actualizar cada segundo
|
|
1963
|
-
updateCountdown()
|
|
1964
|
-
setInterval(updateCountdown, 1000)
|
|
1963
|
+
// updateCountdown()
|
|
1964
|
+
// setInterval(updateCountdown, 1000)
|
|
1965
1965
|
|
|
1966
1966
|
const footer = document.querySelector('.js-footer')
|
|
1967
1967
|
|