Skip to content

Instantly share code, notes, and snippets.

@palikhov
Created February 11, 2019 08:13
Show Gist options
  • Save palikhov/44ed1facb81438bac3c8ea19734e3e70 to your computer and use it in GitHub Desktop.
Save palikhov/44ed1facb81438bac3c8ea19734e3e70 to your computer and use it in GitHub Desktop.
Handout Purge: delete all handouts (you will be asked if you want to delete this handout)
(function(){Campaign.handouts.forEach(h => {if(confirm(h.attributes.name)) h.destroy()})})()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment