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:
Francis Lachapelle
2012-05-09 13:31:20 +00:00
parent 60555b9568
commit 61a2a4a7ee
22 changed files with 1971 additions and 4375 deletions
+2 -3
View File
@@ -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() });
}