Skip to content
This repository was archived by the owner on Nov 16, 2022. It is now read-only.

Commit 1c2eb8c

Browse files
committed
fix display of countdown
1 parent ef5f4a3 commit 1c2eb8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tmpl/default.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
</ul>
5858
</div>
5959
<!--script at the bottom for the countdown -->
60-
<?php if ($countdown === 1) : ?>
60+
<?php if ($countdown == 1) : ?>
6161
<script>
6262
$('#counter').countdown('<?php echo $countdown_date; ?>')
6363
.on('update.countdown', function(event) {

0 commit comments

Comments
 (0)