diff --git a/app/web/app.js b/app/web/app.js index a33fdd5..8efa7f2 100644 --- a/app/web/app.js +++ b/app/web/app.js @@ -316,7 +316,7 @@ function ajax(method, uri){ } function reloadInitData(){ - refreshAPIdata.then(result => { + refreshAPIdata().then(result => { console.log(result); sessionStorage.profiles = JSON.stringify(profiles); sessionStorage.superNodeList = JSON.stringify(Array.from(superNodeList)); @@ -1310,4 +1310,4 @@ kBucketObj = { } }) } -} \ No newline at end of file +}