Merge pull request #524 from fschaeffer/patch-1

Allow collapsible form in box
pull/537/head
Abdullah Almsaeed 2015-06-22 16:47:03 +03:00
commit 4b1e5f1e42
1 changed files with 1 additions and 1 deletions

2
dist/js/app.js vendored
View File

@ -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")