Roo/bootstrap/NavSimplebar.js
authorAlan Knowles <alan@roojs.com>
Thu, 24 Jan 2019 07:42:52 +0000 (15:42 +0800)
committerAlan Knowles <alan@roojs.com>
Thu, 24 Jan 2019 07:42:52 +0000 (15:42 +0800)
Roo/bootstrap/NavSimplebar.js

index 844ab8f..6799231 100644 (file)
@@ -70,6 +70,12 @@ Roo.extend(Roo.bootstrap.NavSimplebar, Roo.bootstrap.Navbar,  {
        // i'm not actually sure these are really used - normally we add a navGroup to a navbar
        
        if (Roo.bootstrap.version == 4) {
+            cfg.cn = [
+               {
+                   tag : 'span'
+               }
+           ];
+        
             return cfg;
        }