diff --git a/app/web/app.js b/app/web/app.js index e61f35d..8486940 100644 --- a/app/web/app.js +++ b/app/web/app.js @@ -310,6 +310,8 @@ function ajax(method, uri){ function reloadInitData(){ refreshAPIdata.then(result => { console.log(result); + sessionStorage.profiles = JSON.stringify(profiles); + sessionStorage.superNodeList = JSON.stringify(Array.from(superNodeList)); kBucketObj.launchKBucket().then(result => { console.log(result) }).catch(error => {