mirror of
https://github.com/hotspotbilling/phpnuxbill.git
synced 2025-07-03 14:44:24 +02:00
fix url update
This commit is contained in:
parent
eda7967f66
commit
e88d1f02a6
1 changed files with 1 additions and 1 deletions
|
@ -149,7 +149,7 @@
|
|||
$.getJSON("./version.json?" + Math.random(), function(data) {
|
||||
var localVersion = data.version;
|
||||
$('#version').html('Version: ' + localVersion);
|
||||
$.getJSON("https://raw.githubusercontent.com/ibnux/phpnuxbill/master/version.json?" + Math
|
||||
$.getJSON("https://raw.githubusercontent.com/hotspotbilling/phpnuxbill/master/version.json?" + Math
|
||||
.random(),
|
||||
function(data) {
|
||||
var latestVersion = data.version;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue