Skip to content

Instantly share code, notes, and snippets.

@nmerouze
Created August 12, 2008 13:54
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 nmerouze/5043 to your computer and use it in GitHub Desktop.
Save nmerouze/5043 to your computer and use it in GitHub Desktop.
document.observe("dom:loaded", function() {
if ($$('.flash').length > 0) $$('.flash').invoke('fade', { delay: 3.0 });
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment