scrollTop: $()

in amplify-theme/assets/js/scripts.js [258:273]


			scrollTop: $( $( this ).attr( 'href' ) ).offset().top - 85
		}, 500 );

		return false;
	} );

	var handleSectionsListSize = function() {
		$( '.sections-list' ).css( 'width', $( '.sections-list-wrapper' ).width() );
	};

	handleSectionsListSize();
	$( window ).on( 'resize', handleSectionsListSize );

	// Affix init
	$( window ).on( 'load', function() {
		$( '.js-affix' ).affix( {