mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-23 12:25:23 +00:00
Monotone-Parent: ef929534458c63024938c529b0dd268003e5c97c
Monotone-Revision: d166194697bcb5739b7984b3f4bff186a687d742 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2007-09-05T17:56:00 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -3,6 +3,9 @@ function initLogin() {
|
||||
var userName = $("userName");
|
||||
userName.focus();
|
||||
Event.observe(submit, "click", onLoginClick);
|
||||
|
||||
var image = $("preparedAnimation");
|
||||
image.parentNode.removeChild(image);
|
||||
}
|
||||
|
||||
function onLoginClick(event) {
|
||||
|
||||
Reference in New Issue
Block a user