Server Medal Reset Timer in NEW FUINCTION SYSTEM

Server Medal Reset Timer in NEW FUINCTION SYSTEM
This commit is contained in:
novgorodschi catalin
2026-07-02 10:17:17 +03:00
parent 1eb85f383c
commit e9e5c0e831
14 changed files with 32 additions and 2 deletions
+2
View File
@@ -53,6 +53,7 @@
</thead>
</table>
<!-- ADDED: row with Week / Medal reset -->
<?php if (defined('NEW_FUNCTIONS_MEDAL_RESET') && NEW_FUNCTIONS_MEDAL_RESET): ?>
<table cellpadding="1" cellspacing="1" style="width:100%; margin:2px 0;">
<tr>
<td style="text-align:center; padding:3px;">
@@ -60,6 +61,7 @@
</td>
</tr>
</table>
<?php endif; ?>
<script>
var medalSeconds = <?php echo $left; ?>;
setInterval(function(){
+2
View File
@@ -53,6 +53,7 @@
</table>
<!-- ADDED: row with Week / Medal reset -->
<?php if (defined('NEW_FUNCTIONS_MEDAL_RESET') && NEW_FUNCTIONS_MEDAL_RESET): ?>
<table cellpadding="1" cellspacing="1" style="width:100%; margin:2px 0;">
<tr>
<td style="text-align:center; padding:3px;">
@@ -60,6 +61,7 @@
</td>
</tr>
</table>
<?php endif; ?>
<script>
var medalSeconds = <?php echo $left; ?>;
setInterval(function(){