Skip to content

Instantly share code, notes, and snippets.

@iaindooley
Created September 22, 2020 00:14
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/001fb0d0f872778642f9c6022c82e196 to your computer and use it in GitHub Desktop.
Save iaindooley/001fb0d0f872778642f9c6022c82e196 to your computer and use it in GitHub Desktop.
Move lists to top
function moveListsToTop(notification)
{
new Notification(notification).createdList().setPosition("top");
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment