Browse Source

Remove jquery-ui tabs from Stylesheets Settings

Angel Fernando Quiroz Campos 7 years ago
parent
commit
b53b86fbea
1 changed files with 0 additions and 5 deletions
  1. 0 5
      main/admin/settings.lib.php

+ 0 - 5
main/admin/settings.lib.php

@@ -451,11 +451,6 @@ function handleStylesheets()
         $form_change->addGroup($group);
 
         if ($show_upload_form) {
-            echo '<script>
-            $(function() {
-                $( "#tabs" ).tabs();
-            });
-            </script>';
             echo Display::tabs(
                 array(get_lang('Update'), get_lang('UpdateLogo'), get_lang('UploadNewStylesheet')),
                 array($form_change->returnForm(), $logoForm->returnForm(), $form->returnForm())