From b2619eb582cbe0791e1bbbb5389d979b1547d263 Mon Sep 17 00:00:00 2001 From: Francis Lachapelle Date: Tue, 15 Nov 2011 11:58:01 +0000 Subject: [PATCH] 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 --- UI/WebServerResources/SOGoRootPage.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/UI/WebServerResources/SOGoRootPage.js b/UI/WebServerResources/SOGoRootPage.js index 1f4b15933..8f09c3c42 100644 --- a/UI/WebServerResources/SOGoRootPage.js +++ b/UI/WebServerResources/SOGoRootPage.js @@ -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() }); }