Skip to content

Commit

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

Expand Down

0 comments on commit ee7516c

Please sign in to comment.