From 1cf0610ef64d86d89c58c25141ae7e9c5742a1dc Mon Sep 17 00:00:00 2001 From: Marc Cataford Date: Sat, 20 Jun 2015 17:08:13 -0400 Subject: [PATCH] Fix. --- js/fx.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/fx.js b/js/fx.js index 3fc9edd..fee3658 100644 --- a/js/fx.js +++ b/js/fx.js @@ -1,4 +1,4 @@ $(window).ready(function() { - $("#header_title").fadeIn(800); + //$("#header_title").fadeIn(800); $("#header_blurb").fadeIn(1200); });