X-Git-Url: http://git.roojs.org/?a=blobdiff_plain;f=Roo%2Fbootstrap%2FButton.js;h=a7c33aac5eaf15f7633fa63068f1b8d25478c4cc;hb=576696741c4dc15d2a6b63b2f22fe3ad99d9a3ed;hp=c20df0d3392309733049ce1429b99413e9d95355;hpb=3747cb5f9b800466078a2139861dc004f29e4a5a;p=roojs1 diff --git a/Roo/bootstrap/Button.js b/Roo/bootstrap/Button.js index c20df0d339..a7c33aac5e 100644 --- a/Roo/bootstrap/Button.js +++ b/Roo/bootstrap/Button.js @@ -95,7 +95,7 @@ Roo.extend(Roo.bootstrap.Button, Roo.bootstrap.Component, { } else { cfg.tag = this.tag; } - cfg.html = '' + (this.html || cfg.html) + ''; + cfg.html = this.html || cfg.html; if (this.toggle == true) { cfg={