From c550d5e43f06d54a58df53258327c2c76cf50f0a Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Thu, 24 Jan 2019 15:37:02 +0800 Subject: [PATCH] Roo/bootstrap/NavSimplebar.js --- Roo/bootstrap/NavSimplebar.js | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/Roo/bootstrap/NavSimplebar.js b/Roo/bootstrap/NavSimplebar.js index 5b1dd0ff85..c626537438 100644 --- a/Roo/bootstrap/NavSimplebar.js +++ b/Roo/bootstrap/NavSimplebar.js @@ -69,9 +69,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) { - // return cfg; - //} + if (Roo.bootstrap.version == 4) { + return cfg; + } + + + cfg.cn = [ { -- 2.39.2