mirror of https://github.com/ColorlibHQ/AdminLTE
parent
8feef037b7
commit
3e48dba688
|
@ -555,7 +555,7 @@ function _init() {
|
|||
//Find the box parent
|
||||
var box = element.parents(".box").first();
|
||||
//Find the body and the footer
|
||||
var box_content = box.find("> .box-body, > .box-footer");
|
||||
var box_content = box.find("> .box-body, > .box-footer, > form >.box-body, > form > .box-footer");
|
||||
if (!box.hasClass("collapsed-box")) {
|
||||
//Convert minus into plus
|
||||
element.children(":first")
|
||||
|
@ -725,4 +725,4 @@ function _init() {
|
|||
}
|
||||
});
|
||||
};
|
||||
}(jQuery));
|
||||
}(jQuery));
|
||||
|
|
Loading…
Reference in New Issue