Skip to content

Commit

Permalink
remove animation
Browse files Browse the repository at this point in the history
  • Loading branch information
dgrammatiko committed Oct 16, 2014
1 parent 9193dfb commit d0c2f30
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 @@ -259,7 +259,7 @@
<jdoc:include type="modules" name="debug" style="none" />
<?php
// Get the singular view
$singular = preg_match('/&id=|&layout=edit/', JURI::getInstance()->toString());
$singular = preg_match('/&id=|=com_config|&view=mail|&layout=edit/', JURI::getInstance()->toString());
if ($stickyToolbar) : ?>
<script>
(function($)
Expand Down Expand Up @@ -288,7 +288,7 @@
if (edit)
{
$('.navbar-fixed-top').addClass('hidden');
$('body').animate({ paddingTop: 0 });
$('body').css("padding-top", "0");
}

$win.on('scroll', processScroll)
Expand Down

0 comments on commit d0c2f30

Please sign in to comment.