From fe014fc66d78b12ae0e72831901f2d011928e91c Mon Sep 17 00:00:00 2001 From: Mattias Erming Date: Fri, 20 Jun 2014 02:32:23 +0200 Subject: [PATCH] Whoops.. --- client/js/chat.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/js/chat.js b/client/js/chat.js index ccec21ae..94862c19 100644 --- a/client/js/chat.js +++ b/client/js/chat.js @@ -168,7 +168,7 @@ $(function() { setTimeout(function() { // Enable transitions. - //$("body").removeClass("preload"); + $("body").removeClass("preload"); }, 500); var pop = new Audio();