Skip to content

Instantly share code, notes, and snippets.

@konn
Last active August 29, 2015 14:24
Show Gist options
  • Save konn/f62d4d60c211ae69225f to your computer and use it in GitHub Desktop.
Save konn/f62d4d60c211ae69225f to your computer and use it in GitHub Desktop.
$(document).ready (function(){
var redacted = $(".redacted");
var text = JSON.parse(redacted.attr("data-model"))['text'];
$(".redacted .btn").remove();
$(".redacted .fs-tweet-text").text(text);
redacted.removeClass("redacted");
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment