mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-03-05 07:06:25 +00:00
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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user