mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-07-05 16:35:10 +00:00
Monotone-Parent: 4bab2e6c548a557a6d27de35d7470fe01ac28ae0
Monotone-Revision: a555d41bbb84c4f8d42e4149e1e083b6b7acff44 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2008-12-19T16:53:01 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -1427,7 +1427,8 @@ function loadPreferences() {
|
||||
}
|
||||
|
||||
function onLoadHandler(event) {
|
||||
if (typeof UserLogin != "undefined" && UserLogin != "wrongusernamepassword")
|
||||
if (typeof UserLogin != "undefined"
|
||||
&& !(UserLogin == "" || UserLogin == "wrongusernamepassword"))
|
||||
loadPreferences();
|
||||
queryParameters = parseQueryParameters('' + window.location);
|
||||
if (!$(document.body).hasClassName("popup")) {
|
||||
|
||||
Reference in New Issue
Block a user