diff --git a/client/js/chat.js b/client/js/chat.js index ccec21a..94862c1 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();