merging changes
This commit is contained in:
parent
ef514be445
commit
f7b61b9907
1 changed files with 5 additions and 0 deletions
|
@ -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;
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue