nmerouze (owner)

Revisions

gist: 5043 Download_button fork
public
Public Clone URL: git://gist.github.com/5043.git
Embed All Files: show embed
JavaScript #
1
2
3
document.observe("dom:loaded", function() {
  if ($$('.flash').length > 0) $$('.flash').invoke('fade', { delay: 3.0 });
});