Roo/bootstrap/NavSidebarItem.js
authorAlan Knowles <alan@roojs.com>
Wed, 27 Aug 2014 09:03:21 +0000 (17:03 +0800)
committerAlan Knowles <alan@roojs.com>
Wed, 27 Aug 2014 09:03:21 +0000 (17:03 +0800)
Roo/bootstrap/NavSidebarItem.js

index 253f22a..ca61444 100644 (file)
@@ -68,11 +68,7 @@ Roo.extend(Roo.bootstrap.NavSidebarItem, Roo.bootstrap.NavItem,  {
         }
         
         
-        
-        if (this.href) {
-            cfg.cn[0].tag = 'a',
-            cfg.cn[0].href = this.href;
-        }
+         
         
         if (this.badge !== '') {
             cfg.cn[0].html += ' <span class="badge">' + this.badge + '</span>';