X-Git-Url: http://git.roojs.org/?a=blobdiff_plain;f=roojs-bootstrap-debug.js;h=9523db89336a325e49199a6ae8670a209e415e2b;hb=5b53d560938da10a1a3367a28e9be044aa1e6e71;hp=f7ac4473f1acf91b2ba9e5daaa02ebdf8ddaa871;hpb=3b787f436c953ead605bd229113e5882be774084;p=roojs1 diff --git a/roojs-bootstrap-debug.js b/roojs-bootstrap-debug.js index f7ac4473f1..9523db8933 100644 --- a/roojs-bootstrap-debug.js +++ b/roojs-bootstrap-debug.js @@ -4705,7 +4705,7 @@ Roo.extend(Roo.bootstrap.NavItem, Roo.bootstrap.Component, { if (this.button_weight.length) { cfg.tag = this.href ? 'a' : 'button'; cfg.html = this.html || ''; - cfg.cls += ' btn btn' + (this.btn_outline ? '-outline' : '') + '-' + this.button_weight; + cfg.cls += ' btn btn' + (this.button_outline ? '-outline' : '') + '-' + this.button_weight; if (this.href) { cfg.href = this.href; }