Skip to content

Instantly share code, notes, and snippets.

@rruhlen
Created October 30, 2013 17:31
Show Gist options
  • Select an option

  • Save rruhlen/7236715 to your computer and use it in GitHub Desktop.

Select an option

Save rruhlen/7236715 to your computer and use it in GitHub Desktop.
translate article rating thank you message
<script type="text/javascript">
$(function() {
$(".rate_link").click(function() {
$("#rate_article").hide();
$("#rate_article_container").html("{{system.snippets.thank_you}}");
});
});
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment