Monotone-Parent: dd31e8f881d1c923d951b3c5ddf9a90c986c2165

Monotone-Revision: a1f761bf97ae1835eab590dcfd609d788cbf7d1f

Monotone-Author: flachapelle@inverse.ca
Monotone-Date: 2009-03-19T17:59:20
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Francis Lachapelle
2009-03-19 17:59:20 +00:00
parent 7d817dcb9b
commit 75bcbf8e5c

View File

@@ -7,10 +7,12 @@ function initLogin() {
+ "; expires=" + date.toGMTString());
var about = $("about");
about.observe("click", function(event) { $("aboutBox").show(); });
if (about) {
about.observe("click", function(event) { $("aboutBox").show(); });
var aboutClose = $("aboutClose");
aboutClose.observe("click", function(event) { $("aboutBox").hide(); });
var aboutClose = $("aboutClose");
aboutClose.observe("click", function(event) { $("aboutBox").hide(); });
}
var submit = $("submit");
submit.observe("click", onLoginClick);