Created
February 11, 2019 08:13
-
-
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)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(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