Skip to content

Commit

Permalink
Remove the functionality as well
Browse files Browse the repository at this point in the history
  • Loading branch information
dgrammatiko committed Oct 16, 2014
1 parent 18aed57 commit 0308667
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions administrator/templates/isis/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -289,6 +289,8 @@
{
$('.icon-joomla').addClass('disabled');
$('.nav-user').addClass('disabled');
$(".admin-logo").attr("href", "#");
$('ul.nav-user > li > a').attr("data-toggle","");
}

$win.on('scroll', processScroll)
Expand All @@ -304,6 +306,8 @@ function processScroll()
{
$('.icon-joomla').addClass('disabled');
$('.nav-user').addClass('disabled');
$(".admin-logo").attr("href", "#");
$('ul.nav-user > li > a').attr("data-toggle","");
}
} else if (scrollTop <= navTop && isFixed) {
isFixed = 0
Expand Down

0 comments on commit 0308667

Please sign in to comment.