summaryrefslogtreecommitdiffstats
path: root/pages/chat.php
diff options
context:
space:
mode:
authorPatrick Davison <snapwilliam@gmail.com>2013-01-27 03:24:08 -0800
committerPatrick Davison <snapwilliam@gmail.com>2013-01-27 03:24:08 -0800
commitfefa99bd448312e13e840f47ef8ce4dfd1645211 (patch)
tree467686e0efef08eb14b3887737ab4ab540f74711 /pages/chat.php
parentea802fc11d95370fdb029b426b84aa32ac5da20e (diff)
downloadpathery-fefa99bd448312e13e840f47ef8ce4dfd1645211.tar.xz
The start of a new scoreboard or "Scores" page.
- I have the feeling some adjustments made here might propigate to the Home page eventually.
Diffstat (limited to 'pages/chat.php')
-rw-r--r--pages/chat.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/pages/chat.php b/pages/chat.php
index 5ecbaab..51444ae 100644
--- a/pages/chat.php
+++ b/pages/chat.php
@@ -204,11 +204,10 @@ function getChat(message) {
dataString += '&send=true&messages='+prepChat(chatBuffer);
chatBuffer.length = 0;
}
- //$.getJSON('ajax_chat.php?getChatFromID='+lastID++message, );
$.ajax({
type: "GET",
- url: "ajax_chat.php",
+ url: "ajax/chat.ajax.php",
data: dataString,
success: function(data) {getChatDone(data);}
});