Fix: Lost semicolon
parent
649632dd4c
commit
6415a4c911
|
@ -269,7 +269,7 @@ if ( currentView != 'none' && currentView != 'login' ) {
|
|||
refreshWindow: function() {
|
||||
refreshWindow();
|
||||
}
|
||||
}
|
||||
};
|
||||
|
||||
// Load the Logout and State modals into the dom
|
||||
$j('#logoutButton').click(clickLogout);
|
||||
|
|
Loading…
Reference in New Issue