[webpack.data.login] send custom error code '-2' not NULL anymore (from previous commit)
This commit is contained in:
parent
e67195871f
commit
2dedde4fa6
|
@ -16,7 +16,7 @@ gstore.add('popup_click', function(){
|
|||
!isNaN(window.popint) && clearInterval(window.popint);
|
||||
|
||||
/* (5) Check if popup closed -> abort */
|
||||
window.popint = setInterval(function(){ window.pop.closed && window.cas_callback(null); }, 500);
|
||||
window.popint = setInterval(function(){ window.pop.closed && window.cas_callback(-2); }, 500);
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue