diff options
| author | dumpfmprod <dumpfmprod@ubuntu.(none)> | 2010-09-09 01:52:14 -0400 |
|---|---|---|
| committer | dumpfmprod <dumpfmprod@ubuntu.(none)> | 2010-09-09 01:52:14 -0400 |
| commit | 8865b1fd1c891a75f1e2c980241287b82aaaef41 (patch) | |
| tree | 151001cb0f204f2a3d172110ce888224bfbd4927 /static/js/fullscreen.js | |
| parent | dc259bea9af388a9ddc2727446590cd4c6cc5fe2 (diff) | |
sostler prod commit
Diffstat (limited to 'static/js/fullscreen.js')
| -rw-r--r-- | static/js/fullscreen.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/static/js/fullscreen.js b/static/js/fullscreen.js index 573cabe..0f54102 100644 --- a/static/js/fullscreen.js +++ b/static/js/fullscreen.js @@ -179,4 +179,5 @@ $(function() { PrevMouseCoord = [e.pageX, e.pageY]; $('#memelogo').stop(true, false).animate({opacity: 1.0}, "fast").delay(LogoFadeDelay).animate({opacity: 0}, "slow"); }); + $('#memelogo').delay(LogoFadeDelay).animate({opacity: 0}, "slow"); });
\ No newline at end of file |
