Skip to content

Commit

Permalink
Merge pull request #1 from karmeljuk/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
karmeljuk authored Nov 3, 2020
2 parents f34ce5d + 7281a1e commit e337c88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/plugins-scripts.js
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
// Triggered right before ajax request is sent to update plugin.
$( document ).on('wp-plugin-updating', function(){
if (Diffy.progress == 1) {
$('.update-message').after('<div class="notice inline notice-alt notice-info"><p class="diffy-message">Diffy creates first set of screenshots (before update).</p></div>');
$('.updating-message').after('<div class="notice inline notice-alt notice-info"><p class="diffy-message">Diffy creates first set of screenshots (before update).</p></div>');

showDiffyStatus('diffy_first_screenshots');
}
Expand Down

0 comments on commit e337c88

Please sign in to comment.