Correct undifined error
This commit is contained in:
parent
b07fd7f204
commit
9dd946750d
@ -68,7 +68,7 @@ function disconnected() {
|
|||||||
nav_bar_account_link.html(disconnected_link);
|
nav_bar_account_link.html(disconnected_link);
|
||||||
var modalConnection = $('#modal_connection');
|
var modalConnection = $('#modal_connection');
|
||||||
modalConnection.modal();
|
modalConnection.modal();
|
||||||
if(needLogin !== undefined){
|
if (typeof needLogin !== 'undefined'){
|
||||||
modalConnection.modal('open');
|
modalConnection.modal('open');
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user