Roo/bootstrap/NavItem.js
[roojs1] / Roo / bootstrap / NavItem.js
index 469731d..32654fb 100644 (file)
@@ -138,7 +138,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;
     },