Skip to content

Commit

Permalink
cs
Browse files Browse the repository at this point in the history
  • Loading branch information
dgrammatiko committed Oct 16, 2014
1 parent c23d948 commit 859cbf3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions administrator/templates/isis/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -267,11 +267,11 @@
// fix sub nav on scroll
var $win = $(window)
, $nav = $('.subhead')
, navTop = $('.subhead').length && $('.subhead').offset().top - <?php if ($displayHeader || !$statusFixed) : ?>50<?php else:?>30<?php endif;?>
, navTop = $('.subhead').length && $('.subhead').offset().top - <?php if ($displayHeader || !$statusFixed) : ?>50<?php else:?>30<?php endif;?>
, isFixed = 0
, edit = <?php echo $singular; ?>

processScroll()
processScroll()

// hack sad times - holdover until rewrite for 2.1
$nav.on('click', function()
Expand Down

0 comments on commit 859cbf3

Please sign in to comment.