mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-23 20:35:24 +00:00
Removed reference to FastInit.js
Monotone-Parent: 244f630f9b5b56de06c1348c5371d785e2f3d3a3 Monotone-Revision: 3a4ed372ee2495e9c893842ebe71384ea3ebcd65 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2009-03-12T21:09:14 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -23,7 +23,7 @@ function onLoginClick(event) {
|
||||
|
||||
if (userName.length > 0) {
|
||||
startAnimation($("loginButton"), $("submit"));
|
||||
|
||||
|
||||
if (typeof(loginSuffix) != "undefined"
|
||||
&& loginSuffix.length > 0
|
||||
&& !userName.endsWith(loginSuffix))
|
||||
@@ -103,4 +103,4 @@ function onLoginCallback(http) {
|
||||
}
|
||||
}
|
||||
|
||||
FastInit.addOnLoad(initLogin);
|
||||
document.observe("dom:loaded", initLogin);
|
||||
|
||||
Reference in New Issue
Block a user