jacobobryant / platypub

A publishing platform built with Biff
MIT License
65 stars 13 forks source link

Don't show confirmation dialog when previewing or sending test email #54

Closed jacobobryant closed 2 years ago

jacobobryant commented 2 years ago

Since merging #51 I have realized that the "return confirm('Send newsletter')" bit also triggers when you click the preview or test send button. We should only show the confirmation dialog when we hit the actual send button. This might be inconvenient since we use the same form for all three actions.