Roo/bootstrap/NavProgressBar.js
authoredward <edward@roojs.com>
Tue, 15 Mar 2016 06:17:47 +0000 (14:17 +0800)
committeredward <edward@roojs.com>
Tue, 15 Mar 2016 06:17:47 +0000 (14:17 +0800)
Roo/bootstrap/NavProgressBar.js

index fb3045f..42349b7 100644 (file)
@@ -111,8 +111,8 @@ Roo.extend(Roo.bootstrap.NavProgressBar, Roo.bootstrap.Component,  {
                 html : (typeof(cfg.position) != 'undefined' && cfg.position == 'top') ? '' : cfg.html
             });
             
-            top.onRender(this.el.select('.roo-navigation-bar-top', true).first(), null);
-            bottom.onRender(this.el.select('.roo-navigation-bar-bottom', true).first(), null);
+            top.onRender(this.el.select('.roo-navigation-top-bar', true).first(), null);
+            bottom.onRender(this.el.select('.roo-navigation-bottom-bar', true).first(), null);
             
             item.topEl = top;
             item.bottomEl = bottom;