From 154e7eb08e43d820427a9b7b9a5c3da83c0e3ce9 Mon Sep 17 00:00:00 2001 From: Marc Cataford Date: Sat, 20 Jun 2015 17:08:59 -0400 Subject: [PATCH] FIx. --- js/fx.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/js/fx.js b/js/fx.js index fee3658..648e4de 100644 --- a/js/fx.js +++ b/js/fx.js @@ -1,4 +1,4 @@ $(window).ready(function() { - //$("#header_title").fadeIn(800); - $("#header_blurb").fadeIn(1200); + $("#header_title").fadeIn(800); + //$("#header_blurb").fadeIn(1200); });