docs/Roo.docs.init.js
authorAlan Knowles <alan@roojs.com>
Thu, 28 Mar 2019 06:08:45 +0000 (14:08 +0800)
committerAlan Knowles <alan@roojs.com>
Thu, 28 Mar 2019 06:08:45 +0000 (14:08 +0800)
docs/Roo.docs.init.js

index 1c73415..d1c171d 100644 (file)
@@ -72,7 +72,10 @@ Roo.docs.init = {
                 }, this);
                 
                 var roo = Roo.docs.navGroup.items[1].menu;
-               // roo.show(roo.triggerEl, '?', false);
+                if (!Roo.docs.init.prefix.length) {
+                    roo.show(roo.triggerEl, '?', false);
+                }
+                
                 if (location.hash.length) {
                     this.loadHash();
                     return;