bug fix
This commit is contained in:
parent
29bccda9ae
commit
72778f8c4a
@ -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 = {
|
||||
}
|
||||
})
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user