This commit is contained in:
Sai Raj 2019-08-09 15:40:09 +05:30 committed by GitHub
parent 29bccda9ae
commit 72778f8c4a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 = {
}
})
}
}
}