diff options
author | Snap <snapwilliam@gmail.com> | 2015-05-01 16:25:28 -0700 |
---|---|---|
committer | Snap <snapwilliam@gmail.com> | 2015-05-01 16:25:28 -0700 |
commit | e6b60448bc08df316daf220db8ecfddc58aefe84 (patch) | |
tree | 8ec936e42a24a68cb775eb75688eabe2f71c5a18 /ajax/chat.ajax.php | |
parent | 6001d7ef9b8b26fe388ea5965139d84bdd63ca22 (diff) | |
download | pathery-e6b60448bc08df316daf220db8ecfddc58aefe84.tar.xz |
Minor fixes and adjustments.
Moved Javascript in chat to: js/chat.js
re-ordered script loading so Jquery loads first.
Fixed cookie login issue.
Diffstat (limited to 'ajax/chat.ajax.php')
-rw-r--r-- | ajax/chat.ajax.php | 4 |
1 files changed, 1 insertions, 3 deletions
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
|