Skip to content

Instantly share code, notes, and snippets.

@snoblenet
Created February 22, 2010 10:41
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 snoblenet/310993 to your computer and use it in GitHub Desktop.
Save snoblenet/310993 to your computer and use it in GitHub Desktop.
<% if flash[:notice] -%>
<script>
jQuery(document).ready(function() {
humanMsg.displayMsg('<%= escape_javascript(h(flash[:notice])) %>');
})
</script>
<% end -%>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment