Skip to content

Instantly share code, notes, and snippets.

@iaindooley
Created February 1, 2021 01:19
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/4144ae2ba90ed6ce9d6551fca80f81a6 to your computer and use it in GitHub Desktop.
Save iaindooley/4144ae2ba90ed6ce9d6551fca80f81a6 to your computer and use it in GitHub Desktop.
Move list when added card
function moveListWhenAddedCard(notification)
{
var notif = new Notification(notification);
notif.addedCard().currentList().move(notif.board(),"bottom");
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment