mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-04 11:05:27 +00:00
See ChangeLog.
Monotone-Parent: dbb4d0d0fcdbbccb83eb0faf29ecfd26bb48dbc0 Monotone-Revision: ee535991d8282dcec82a7f59c0d07efbbddada4f Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2012-05-09T13:31:20
This commit is contained in:
@@ -16,12 +16,11 @@ function initLogin() {
|
||||
var about = $("about");
|
||||
if (about) {
|
||||
about.observe("click", function(event) {
|
||||
if (!$("aboutBox").visible())
|
||||
Effect.SlideDown("aboutBox", { queue: { position: 'end', scope: 'aboutscope', limit: 2 } });
|
||||
jQuery('#aboutBox').slideToggle('fast');
|
||||
event.stop(); });
|
||||
var aboutClose = $("aboutClose");
|
||||
aboutClose.observe("click", function(event) {
|
||||
Effect.SlideUp("aboutBox", { duration: 1.0, queue: { position: 'end', scope: 'aboutscope', limit: 2 } });
|
||||
jQuery('#aboutBox').slideUp('fast');
|
||||
event.stop() });
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user