Skip to content

Instantly share code, notes, and snippets.

@SachaG
Created September 9, 2012 03:22
Show Gist options
  • Save SachaG/3682382 to your computer and use it in GitHub Desktop.
Save SachaG/3682382 to your computer and use it in GitHub Desktop.
Template.post_page.rendered_class = function(){
if(firstTimeRendered){
firstTimeRendered=false;
return "opened";
}else{
return "queued";
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment