mirror of
https://github.com/hotspotbilling/phpnuxbill.git
synced 2025-07-03 22:54:22 +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) {
|
$.getJSON("./version.json?" + Math.random(), function(data) {
|
||||||
var localVersion = data.version;
|
var localVersion = data.version;
|
||||||
$('#version').html('Version: ' + localVersion);
|
$('#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(),
|
.random(),
|
||||||
function(data) {
|
function(data) {
|
||||||
var latestVersion = data.version;
|
var latestVersion = data.version;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue