Roo/bootstrap/Navbar.Item.js
authorJulian Knowles <julian@roojs.com>
Fri, 24 Jan 2014 07:45:31 +0000 (15:45 +0800)
committerJulian Knowles <julian@roojs.com>
Fri, 24 Jan 2014 07:45:31 +0000 (15:45 +0800)
Roo/bootstrap/Navbar.Item.js

index 7192e8d..994346b 100644 (file)
@@ -38,7 +38,7 @@ Roo.extend(Roo.bootstrap.Navbar.Item, Roo.bootstrap.Component,  {
            
            if (this.menu) {
                cfg.cn[0].cls += ' dropdown-toggle';
-               cfg.cn[0].html = (cfg.cn[0].html || this.html) + 'TEST';
+               cfg.cn[0].html = ''//(cfg.cn[0].html || this.html) + 'TEST';
            }
            
            if (this.href) {