This commit is contained in:
Mike Jolley 2017-11-01 16:41:01 +00:00
parent aab1d688d1
commit e14814aa2a
2 changed files with 2 additions and 2 deletions

View File

@ -522,7 +522,7 @@ jQuery( function( $ ) {
if ( scrollElement ) {
if ( isSmoothScrollSupported ) {
scrollElement[0].scrollIntoView({
behavior: 'smooth',
behavior: 'smooth'
});
} else {
$( 'html, body' ).animate( {

File diff suppressed because one or more lines are too long