X-Git-Url: http://git.roojs.org/?p=roojs1;a=blobdiff_plain;f=Roo%2Fbootstrap%2FCard.js;h=47c575abbb7ff681f256c88b30d2d6caa7cc3eab;hp=797486072e3228da673a20b9a24115ed99bd115f;hb=61d46dadc066d23538b4a38db7b8495fe39b15ae;hpb=5f4d0376290a9974047c5ef2897427023524a667 diff --git a/Roo/bootstrap/Card.js b/Roo/bootstrap/Card.js index 797486072e..47c575abbb 100644 --- a/Roo/bootstrap/Card.js +++ b/Roo/bootstrap/Card.js @@ -744,7 +744,10 @@ Roo.extend(Roo.bootstrap.Card, Roo.bootstrap.Component, { }, setHeaderText: function(html) { - this.headerContainerEl.dom.innerHTML = html; + this.header = html; + if (this.headerContainerEl) { + this.headerContainerEl.dom.innerHTML = html; + } }