Fix response.json_ok -> response.meta.json_ok.
This commit is contained in:
parent
8f9b4142a6
commit
a4a1f39ede
1 changed files with 1 additions and 1 deletions
|
@ -124,7 +124,7 @@ function register_form(event)
|
||||||
|
|
||||||
function login_register_callback(response)
|
function login_register_callback(response)
|
||||||
{
|
{
|
||||||
if (! response.json_ok)
|
if (! response.meta.json_ok)
|
||||||
{
|
{
|
||||||
alert(JSON.stringify(response));
|
alert(JSON.stringify(response));
|
||||||
return;
|
return;
|
||||||
|
|
Loading…
Reference in a new issue