From f7b61b99076053cb3636172f9c8c1a1167a2b3b6 Mon Sep 17 00:00:00 2001 From: rlx <0x0073@0x2620.org> Date: Fri, 14 Jan 2011 14:10:19 +0000 Subject: [PATCH] merging changes --- build/js/ox.ui.js | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/build/js/ox.ui.js b/build/js/ox.ui.js index 5cccb63c..54196f0a 100644 --- a/build/js/ox.ui.js +++ b/build/js/ox.ui.js @@ -9497,6 +9497,11 @@ requires $title.html(self.options.title); } }; + that.update = function() { + self.options.collapsed && that.$content.css({ + marginTop: -that.$content.height() + }); + }; return that; };