summaryrefslogtreecommitdiffstats
path: root/user_guide/nav/moo.fx.pack.js
diff options
context:
space:
mode:
Diffstat (limited to 'user_guide/nav/moo.fx.pack.js')
-rwxr-xr-xuser_guide/nav/moo.fx.pack.js6
1 files changed, 3 insertions, 3 deletions
diff --git a/user_guide/nav/moo.fx.pack.js b/user_guide/nav/moo.fx.pack.js
index 574f27cff..e2ce39927 100755
--- a/user_guide/nav/moo.fx.pack.js
+++ b/user_guide/nav/moo.fx.pack.js
@@ -113,7 +113,7 @@ fx.MultiFadeSize.prototype = Object.extend(new Multi(), {
this.el[i].fs.toggle(mode);
setTimeout(function(){el.fs.toggle(mode);}.bind(el), delay);
}
-
+
}
},
@@ -170,13 +170,13 @@ fx.RememberHeight.prototype = Object.extend(new Remember(), {
this.fx = new fx.Height(this.el, this.options);
this.prefix = 'height';
},
-
+
toggle: function(){
if (this.el.offsetHeight == 0) this.setCookie(this.el.scrollHeight);
else this.setCookie(0);
this.fx.toggle();
},
-
+
resize: function(to){
this.setCookie(this.el.offsetHeight+to);
this.fx.custom(this.el.offsetHeight,this.el.offsetHeight+to);