Selaa lähdekoodia

Fix Settings Tab Not Showing

Fix Settings Tab Not Showing
causefx 9 vuotta sitten
vanhempi
commit
efd2ad1c82
1 muutettua tiedostoa jossa 4 lisäystä ja 0 poistoa
  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>