diff options
author | Jesse Morgan <jesse@jesterpm.net> | 2013-10-01 22:21:19 -0700 |
---|---|---|
committer | Jesse Morgan <jesse@jesterpm.net> | 2013-10-01 22:21:19 -0700 |
commit | 45634dc9934813bd88aebf58f39e82bf0254a7d6 (patch) | |
tree | 36393b9c7393aa9099031985b8315eafe294c4bc /web/scripts/growth.js | |
parent | 0daa3ec0fa105c5bcbabec35cb61e07a20049e93 (diff) |
Adding message banner
Diffstat (limited to 'web/scripts/growth.js')
-rw-r--r-- | web/scripts/growth.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/web/scripts/growth.js b/web/scripts/growth.js index 6571273..de10d45 100644 --- a/web/scripts/growth.js +++ b/web/scripts/growth.js @@ -76,6 +76,8 @@ $(document).ready(function() if (video != null) { video.removeAttribute("controls"); } + + $("#banner").slideDown(); }); function notice(msg) |