`;
jQuery(function (){
if(document.cookie.match(/wp-comment-sent/) !== null){
document.cookie = “wp-comment-sent=sent; max-age=-1;path=/”;
jQuery(‘body’).append(message(“Your comment was submitted”));
jQuery(‘.message-container’).addClass(‘show’);
setTimeout(function (){
jQuery(‘.message-container’).removeClass(‘show’);
setTimeout(function (){
jQuery(‘.message-container’).remove();
},1000);
},4000);
}
})