Skip to content

Commit

Permalink
Consistency across the navbar on disable
Browse files Browse the repository at this point in the history
  • Loading branch information
dgrammatiko committed Oct 16, 2014
1 parent ee7516c commit 1401285
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion administrator/templates/isis/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,8 @@
$('.icon-joomla').addClass('disabled');
$('.nav-user').addClass('disabled');
$(".admin-logo").removeAttr("href");
$('ul.nav-user > li > a').attr("data-toggle","");
$('ul.nav-user > li > a').removeAttr("data-toggle").removeAttr("href");
$('ul.nav-user > li > .dropdown-menu').empty();
}

processScroll()
Expand Down

0 comments on commit 1401285

Please sign in to comment.