Skip to content

Instantly share code, notes, and snippets.

@iaindooley
Created January 17, 2019 22:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save iaindooley/153e0db6cec1c8cd3b4bbb9f2a1c9fe5 to your computer and use it in GitHub Desktop.
Save iaindooley/153e0db6cec1c8cd3b4bbb9f2a1c9fe5 to your computer and use it in GitHub Desktop.
Protect archive
function protectArchive(notification)
{
new Notification(notification).archivedCard().unArchive();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment