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