test

Javascript code posted by nob
created at 22 Apr 21:26

Edit | Back
1
2
3
4
var hideFlashes = (function() {
  $("#flash_notice,
  flash_error").fadeOut(4000);
});
89 Bytes in 1 ms with coderay