From 72778f8c4a0c386ab178f8d797e3a142945ebfda Mon Sep 17 00:00:00 2001 From: Sai Raj <39055732+sairajzero@users.noreply.github.com> Date: Fri, 9 Aug 2019 15:40:09 +0530 Subject: [PATCH] bug fix --- app/web/app.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 +}