stringham / raffle

HTML and Javascript Raffle System
54 stars 39 forks source link

Option to save name list entered in text field #6

Closed sekjal closed 8 years ago

sekjal commented 8 years ago

Noticing at Code4Lib 2016 that each raffle run requires a refresh and copy/paste of the registration list again. It would be great if the pasted list could be saved to local storage by checking a box underneath the text entry field, since we typically run 3-8 giveaways in a row.

stringham commented 8 years ago

If you click on the winning name after the raffle finishes it resets with the names that were entered.

sekjal commented 8 years ago

Oh! Didn't see that feature in use. Thanks!