Order Expired by Expired date

This commit is contained in:
Ibnu Maksum
2024-01-08 15:24:35 +07:00
parent 081dd1b1b9
commit 1d29f8111e
2 changed files with 6 additions and 5 deletions

View File

@ -119,7 +119,7 @@
{/foreach}
</table>
</div>
&nbsp; {$paginator['contents']}
&nbsp; {$paginator['contents']}
</div>
</div>
@ -150,7 +150,9 @@
$.getJSON("./version.json?" + Math.random(), function(data) {
var localVersion = data.version;
$('#version').html('Version: ' + localVersion);
$.getJSON("https://raw.githubusercontent.com/hotspotbilling/phpnuxbill/master/version.json?" + Math
$.getJSON(
"https://raw.githubusercontent.com/hotspotbilling/phpnuxbill/master/version.json?" +
Math
.random(),
function(data) {
var latestVersion = data.version;
@ -163,4 +165,4 @@
});
</script>
{include file="sections/footer.tpl"}
{include file="sections/footer.tpl"}