From: Alan Knowles Date: Wed, 5 Dec 2018 07:53:14 +0000 (+0800) Subject: Roo/bootstrap/NavItem.js X-Git-Url: http://git.roojs.org/?p=roojs1;a=commitdiff_plain;h=771c5469c56d2449b4e4308af9c18eee032644cc Roo/bootstrap/NavItem.js --- diff --git a/Roo/bootstrap/NavItem.js b/Roo/bootstrap/NavItem.js index cdbd66fd9a..8a86bf0859 100644 --- a/Roo/bootstrap/NavItem.js +++ b/Roo/bootstrap/NavItem.js @@ -101,7 +101,7 @@ Roo.extend(Roo.bootstrap.NavItem, Roo.bootstrap.Component, { cfg.html = this.html || ''; cfg.cls += ' btn' + (this.btn_outline ? '-outline' : '') + this.button_weight; if (this.href) { - + cfg.href = this.href; }