Skip to content

Instantly share code, notes, and snippets.

@LiamDotPro
Created December 11, 2016 08:08
Show Gist options
  • Save LiamDotPro/448b8a6fe409bc2d1f525e3a7106cbfa to your computer and use it in GitHub Desktop.
Save LiamDotPro/448b8a6fe409bc2d1f525e3a7106cbfa to your computer and use it in GitHub Desktop.
$('.cancel, .email-item').on("click",function () {
$('.email-content-body').text(original_text);
$('.email-content-body').attr("contenteditable", "false");
$('.email-content-body').css({ color: "black" });
$('.cancel').css({ display: "none" });
$('.delete').css({ display: "inline" });
$('.submitbranch').css({ display: "none" });
$('.edit').css({ display: "inline" });
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment