Roo/bootstrap/NavItem.js
[roojs1] / roojs-bootstrap-debug.js
index cc9f546..5f02317 100644 (file)
@@ -4743,7 +4743,7 @@ Roo.extend(Roo.bootstrap.NavItem, Roo.bootstrap.Component,  {
        }
        
         var ret = Roo.bootstrap.NavItem.superclass.onRender.call(this, ct, position);
-       this.navLink = this.el.select('nav-link').first();
+       this.navLink = this.el.select('.nav-link',true).first();
        return ret;
     },