geeparts-js 1.5.3 → 1.5.4
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 +6 -6
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -1921,13 +1921,13 @@ const countdownWrapperMobile = `
|
|
|
1921
1921
|
</div>
|
|
1922
1922
|
`
|
|
1923
1923
|
|
|
1924
|
-
if (sliderContainer) {
|
|
1925
|
-
|
|
1926
|
-
}
|
|
1924
|
+
// if (sliderContainer) {
|
|
1925
|
+
// sliderContainer.insertAdjacentHTML('beforeend', countdownWrapper)
|
|
1926
|
+
// }
|
|
1927
1927
|
|
|
1928
|
-
if (sliderContainerMobile) {
|
|
1929
|
-
|
|
1930
|
-
}
|
|
1928
|
+
// if (sliderContainerMobile) {
|
|
1929
|
+
// sliderContainerMobile.insertAdjacentHTML('beforeend', countdownWrapperMobile)
|
|
1930
|
+
// }
|
|
1931
1931
|
|
|
1932
1932
|
const blackDaysDate = new Date(2025, 10, 28, 0, 0, 0).getTime()
|
|
1933
1933
|
|