From 45634dc9934813bd88aebf58f39e82bf0254a7d6 Mon Sep 17 00:00:00 2001 From: Jesse Morgan Date: Tue, 1 Oct 2013 22:21:19 -0700 Subject: Adding message banner --- web/scripts/growth.js | 2 ++ 1 file changed, 2 insertions(+) (limited to 'web/scripts/growth.js') 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) -- cgit v1.2.3