Skip to content

Instantly share code, notes, and snippets.

@iaindooley
Created January 15, 2019 00:39
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/fac77dd1dad67a36a22afc6e8402ea39 to your computer and use it in GitHub Desktop.
Save iaindooley/fac77dd1dad67a36a22afc6e8402ea39 to your computer and use it in GitHub Desktop.
Move completed checklists to the bottom
function moveCompletedChecklistsToBottom(notification)
{
new Notification(notification).completedChecklist().setPosition("bottom");
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment