Remove deprecated load call

Closes #18005
This commit is contained in:
Mike Jolley 2018-01-09 10:01:29 +00:00
parent d13dfa65c6
commit fdadbc67a4
2 changed files with 2 additions and 2 deletions

View File

@ -166,7 +166,7 @@ jQuery( function( $ ) {
}
} ).each( function() {
if ( this.complete ) {
$( this ).load();
$( this ).trigger( 'load' );
}
} );
};

File diff suppressed because one or more lines are too long