Skip to content

Instantly share code, notes, and snippets.

@iaindooley
Created March 24, 2020 10:01
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/54554fb006a30889c42975002e4dad25 to your computer and use it in GitHub Desktop.
Save iaindooley/54554fb006a30889c42975002e4dad25 to your computer and use it in GitHub Desktop.
Make my boards personal
function makeMyBoardsPersonal(notification)
{
new Trellinator().boards().each(function(board)
{
board.makePersonal();
});
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment