diff --git a/dist/js/app.js b/dist/js/app.js index 4f9e5b2a0..b16bac05c 100644 --- a/dist/js/app.js +++ b/dist/js/app.js @@ -557,7 +557,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")