Skip to content

Instantly share code, notes, and snippets.

@iaindooley
Last active July 3, 2019 03:42
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/89c1ac771c41ddad4c1f15d55bcb8fba to your computer and use it in GitHub Desktop.
Save iaindooley/89c1ac771c41ddad4c1f15d55bcb8fba to your computer and use it in GitHub Desktop.
Move Checklist to top
function moveChecklistToTop(notification)
{
new Notification(notification).addedChecklist().setPosition("top");
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment