Skip to content

Instantly share code, notes, and snippets.

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/efbcae5eebcff9ebbba65ed1cdeb82a1 to your computer and use it in GitHub Desktop.
Save iaindooley/efbcae5eebcff9ebbba65ed1cdeb82a1 to your computer and use it in GitHub Desktop.
Description history
function descriptionHistory(notification)
{
var notif = new Notification(notification);
var desc = notif.oldCardDescription();
notif.card().postComment("OLD DESCRIPTION:\n\n"+desc);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment