if (Drupal.jsEnabled) {
  $(document).ready(function() {     
    $('ul.tabs li a:contains("Outline")').parent().remove();
  });
}
