Chrome returns null (rather than undef).

This commit is contained in:
Snow
2016-04-05 06:26:32 +10:00
parent a551168ed8
commit ca7c06783a
2 changed files with 2 additions and 2 deletions

View File

@ -144,7 +144,7 @@ window.cwv3 = ( function( window, document, $ ){
} else {
app.show_popup();
}
} else if( undefined === app.cookie_data ){
} else if( undefined === app.cookie_data || null === app.cookie_data){
app.$denial.remove(); // Remove the denied box instead.
app.show_popup();
}