X-Git-Url: http://git.roojs.org/?a=blobdiff_plain;f=Roo%2Fbootstrap%2FModal.js;h=0387f9572ccfb267e275c73ffc45b3a52b3da654;hb=0fa4bb4ea8ce119d0356abc50a76117e90905141;hp=8c4805d1ee746ac10762fdb1e9432b14900c6763;hpb=b9497b4f52fc178ee2c163b287fe0eb176261668;p=roojs1 diff --git a/Roo/bootstrap/Modal.js b/Roo/bootstrap/Modal.js index 8c4805d1ee..0387f9572c 100644 --- a/Roo/bootstrap/Modal.js +++ b/Roo/bootstrap/Modal.js @@ -290,7 +290,9 @@ Roo.extend(Roo.bootstrap.Modal, Roo.bootstrap.Component, { this.closeEl.on('click', this.hide, this); } Roo.EventManager.onWindowResize(this.resize, this, true); - + if (this.editable_title) { + this.headerEl.on('click', this.showHeaderInput, this); + } },