Remove jquery-ui tabs from Stylesheets Settings

pull/2487/head
Angel Fernando Quiroz Campos 9 years ago
parent e26e0a9110
commit b53b86fbea
  1. 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())

Loading…
Cancel
Save