From e6b60448bc08df316daf220db8ecfddc58aefe84 Mon Sep 17 00:00:00 2001 From: Snap Date: Fri, 1 May 2015 16:25:28 -0700 Subject: Minor fixes and adjustments. Moved Javascript in chat to: js/chat.js re-ordered script loading so Jquery loads first. Fixed cookie login issue. --- ajax/chat.ajax.php | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'ajax/chat.ajax.php') diff --git a/ajax/chat.ajax.php b/ajax/chat.ajax.php index 2ffa878..036efad 100644 --- a/ajax/chat.ajax.php +++ b/ajax/chat.ajax.php @@ -72,10 +72,8 @@ $use_psuedo_longpoll = true; // } require_once('../includes/chats.php'); - -//exit; - enterChannel($userID); + $sent = false; //User is sending a message -- cgit v1.2.3