Skip to content

Commit

Permalink
Update js
Browse files Browse the repository at this point in the history
  • Loading branch information
shrimp2t committed Jul 28, 2017
1 parent 206c46b commit e3a8927
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/js/theme.js
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ jQuery( document ).ready( function( $ ) {
if( st > p_to_top && st > 0 ) {
$wrap.addClass( 'is-fixed').removeClass( 'no-scroll' );
header_fixed.addClass('header-fixed');
//header_fixed.css( 'top', topbar+'px' );
header_fixed.css( 'top', topbar+'px' );
} else {
header_fixed.removeClass('header-fixed');
header_fixed.css( 'top', 'auto' );
Expand Down

0 comments on commit e3a8927

Please sign in to comment.