examples/bootstrap/dashboard3.slidetest.js
authorAlan Knowles <alan@roojs.com>
Tue, 3 Feb 2015 09:19:08 +0000 (17:19 +0800)
committerAlan Knowles <alan@roojs.com>
Tue, 3 Feb 2015 09:19:08 +0000 (17:19 +0800)
examples/bootstrap/dashboard3.slidetest.js

index fc9140c..c85c7b6 100644 (file)
@@ -4,7 +4,7 @@ dashboard3.slidetest = function (tbb)
 {
     
     
-    this.tba =  Roo.bootstrap.NavGroup.get(tbb.navId);
+    this.tba =  Roo.bootstrap.NavGroup.get(tbb.navId).getActive();
     this.tbb = tbb;
     if (!this.tba) {
         alert("could not get active tab");