Browse Source

Fix Settings Tab Not Showing

Fix Settings Tab Not Showing
causefx 9 years ago
parent
commit
efd2ad1c82
1 changed files with 4 additions and 0 deletions
  1. 4 0
      index.php

+ 4 - 0
index.php

@@ -444,6 +444,8 @@ if(empty($defaulttab)){ $defaulttab = "tab1";}
         
         
         </script>
         </script>
         
         
+        <?php if(isset($groupCount)): ?>
+        
         <script>           
         <script>           
 
 
             $(window).ready(function(){
             $(window).ready(function(){
@@ -457,6 +459,8 @@ if(empty($defaulttab)){ $defaulttab = "tab1";}
             });
             });
 
 
         </script>
         </script>
+        
+        <?php endif;?>
 
 
     </body>
     </body>