Oops, use response["data"].
This commit is contained in:
parent
8b9ef2a492
commit
faacf7b594
1 changed files with 1 additions and 0 deletions
|
@ -262,6 +262,7 @@ function submit_refresh_metadata(callback)
|
||||||
}
|
}
|
||||||
function refresh_metadata_callback(response)
|
function refresh_metadata_callback(response)
|
||||||
{
|
{
|
||||||
|
response = response["data"];
|
||||||
refresh_in_progress = false;
|
refresh_in_progress = false;
|
||||||
if ("error_type" in response)
|
if ("error_type" in response)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue