From fefa99bd448312e13e840f47ef8ce4dfd1645211 Mon Sep 17 00:00:00 2001 From: Patrick Davison Date: Sun, 27 Jan 2013 03:24:08 -0800 Subject: The start of a new scoreboard or "Scores" page. - I have the feeling some adjustments made here might propigate to the Home page eventually. --- pages/chat.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'pages/chat.php') 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);} }); -- cgit v1.2.3