Add newsletter star rating on hover

This commit is contained in:
JonnyWong16 2018-01-12 09:53:56 -08:00
commit 49a6cf8809
3 changed files with 478 additions and 11 deletions

View file

@ -439,6 +439,7 @@
});
function previewNewsletter() {
showMsg('<i class="fa fa-check"></i>&nbsp; Check pop-up blocker if no response.', false, true, 2000);
window.open('preview_newsletter?newsletter_id=' + $('#newsletter_id').val());
}