We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d252513 commit 3ac9e4fCopy full SHA for 3ac9e4f
deps/rabbitmq_management/priv/www/js/main.js
@@ -115,7 +115,6 @@ function start_app_login () {
115
116
117
function check_login () {
118
- check_version()
119
user = JSON.parse(sync_get('/whoami'));
120
if (user == false || user.error) {
121
clear_auth();
@@ -128,7 +127,7 @@ function check_login () {
128
127
}
129
return false;
130
131
-
+ check_version()
132
hide_popup_warn()
133
replace_content('outer', format('layout', {}))
134
var user_login_session_timeout = parseInt(user.login_session_timeout)
@@ -1871,4 +1870,4 @@ function check_version() {
1871
1870
store_pref('version', curVersion)
1872
location.reload()
1873
1874
-}
+}
0 commit comments