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();