website update
This commit is contained in:
parent
ae9f298b7b
commit
761638ef42
1 changed files with 1 additions and 1 deletions
|
|
@ -94,7 +94,7 @@ var timeNow = (
|
|||
|
||||
|
||||
// download-link
|
||||
fetchjson('info.json', function(err, data) {
|
||||
fetchjson('/inter/info.json', function(err, data) {
|
||||
if (err) { throw err }
|
||||
var ids = Object.keys(data)
|
||||
var regularId = ids[0]
|
||||
|
|
|
|||
Reference in a new issue