diff --git a/web/skins/classic/js/skin.js b/web/skins/classic/js/skin.js index 3a58799b1..e75b41f20 100644 --- a/web/skins/classic/js/skin.js +++ b/web/skins/classic/js/skin.js @@ -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);