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

index 8c2382b..8cc2f22 100644 (file)
@@ -42,7 +42,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) + '<span class="chevron-down"></span>';
+               cfg.cn[0].html = (cfg.cn[0].html || this.html) + '<span class="glyphicon glyphicon-chevron-down"></span>';
            }
            
            if (this.href) {