Skip to content

Commit

Permalink
PSMEL-341 - Title added on email status
Browse files Browse the repository at this point in the history
  • Loading branch information
wpexpertsio committed May 29, 2023
1 parent 41c8edc commit 55f13a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/postman-email-logs.js
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ jQuery(document).ready(function($) {
<div class="ps-email-log-resend-container"></div>
` );

if( data['success'] == '<span></span>' ) {
if( data['success'] == '<span title="Successful"></span>' ) {

jQuery( status ).addClass( 'ps-email-log-status-success' );

Expand Down

0 comments on commit 55f13a2

Please sign in to comment.