diff --git a/dist/js/app.js b/dist/js/app.js index 64dacfa2e..826fb98f2 100644 --- a/dist/js/app.js +++ b/dist/js/app.js @@ -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)); \ No newline at end of file +}(jQuery));