From 771c5469c56d2449b4e4308af9c18eee032644cc Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Wed, 5 Dec 2018 15:53:14 +0800 Subject: [PATCH 1/1] Roo/bootstrap/NavItem.js --- Roo/bootstrap/NavItem.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- 2.39.2