Roo/bootstrap/NavItem.js
authorAlan Knowles <alan@roojs.com>
Wed, 5 Dec 2018 07:53:14 +0000 (15:53 +0800)
committerAlan Knowles <alan@roojs.com>
Wed, 5 Dec 2018 07:53:14 +0000 (15:53 +0800)
Roo/bootstrap/NavItem.js

index cdbd66f..8a86bf0 100644 (file)
@@ -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;
            }