Skip to content

Commit

Permalink
Revert "Modifications for accessibility #6758"
Browse files Browse the repository at this point in the history
This reverts commit 704254c.
  • Loading branch information
vinespie committed May 20, 2015
1 parent 704254c commit f2b5273
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion administrator/templates/isis/js/template.js
Expand Up @@ -131,7 +131,7 @@
$main.removeClass('span10').addClass('span12 expanded');
$toggleSidebarIcon.removeClass(openIcon).addClass(closedIcon);
$toggleButton.attr( 'data-original-title', Joomla.JText._('JTOGGLE_SHOW_SIDEBAR') );
$sidebar.find('#submenu li').each(function(){$(this).attr('aria-hidden', 'true')});
$sidebar.find('#submenu li').each(function(){$(this).attr('aria-hidden', true)});
$sidebar.find('#submenu li a').each(function(){$(this).attr('tabindex', '-1')});
if (!isComponent) {
$debug.css( 'width', contentWidthRelative + '%' );
Expand Down

0 comments on commit f2b5273

Please sign in to comment.