Fix: Lost semicolon

pull/3938/head
IgorA100 2024-04-01 19:35:43 +03:00 committed by GitHub
parent 649632dd4c
commit 6415a4c911
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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);