( function () {
window.addEventListener( 'load', function () {
var notificationElement = document.querySelector( '.jetpack-sub-notification' );
if ( notificationElement ) {
notificationElement.scrollIntoView();
}
} );
} )();