Skip to content

Instantly share code, notes, and snippets.

@iaindooley
Created February 21, 2019 00:13
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/df820fb40ad2235f460d1cb741cf7e20 to your computer and use it in GitHub Desktop.
Save iaindooley/df820fb40ad2235f460d1cb741cf7e20 to your computer and use it in GitHub Desktop.
Unarchive list
function unarchiveDoneList(notification)
{
var archived = new Notification(notification).archivedList();
if(archived.name() == "Done")
archived.unArchive();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment