Skip to content

Commit

Permalink
Set document title for preview interstitial (#12466)
Browse files Browse the repository at this point in the history
  • Loading branch information
swissspidy authored and youknowriad committed Dec 8, 2018
1 parent d385f3d commit 13459da
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ function writeInterstitialMessage( targetDocument ) {
`;

targetDocument.write( markup );
targetDocument.title = __( 'Generating preview…' );
targetDocument.close();
}

Expand Down

0 comments on commit 13459da

Please sign in to comment.