Browse Source

Remove jquery-ui tabs from Stylesheets Settings

Angel Fernando Quiroz Campos 7 năm trước cách đây
mục cha
commit
b53b86fbea
1 tập tin đã thay đổi với 0 bổ sung5 xóa
  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())