Minor update to the about box on the login page.

Monotone-Parent: 2e5b0e4a79c403ee6edc14f5ee20c4e0decb6219
Monotone-Revision: 6798bdb0fb99d7a2b5d2bf8f53bfdb2f0fc14344

Monotone-Author: flachapelle@inverse.ca
Monotone-Date: 2011-11-15T11:58:01
This commit is contained in:
Francis Lachapelle
2011-11-15 11:58:01 +00:00
parent 1de1c3f073
commit b2619eb582
+1 -1
View File
@@ -21,7 +21,7 @@ function initLogin() {
event.stop(); });
var aboutClose = $("aboutClose");
aboutClose.observe("click", function(event) {
Effect.SlideUp("aboutBox", { duration: 2.0, queue: { position: 'end', scope: 'aboutscope', limit: 2 } });
Effect.SlideUp("aboutBox", { duration: 1.0, queue: { position: 'end', scope: 'aboutscope', limit: 2 } });
event.stop() });
}