From 4cee17dab4a1d4902c3fad250575db363ec6f478 Mon Sep 17 00:00:00 2001 From: Patrick Davison Date: Sun, 27 Jan 2013 03:24:41 -0800 Subject: ajax chat moved. loading.gif added - not sure if we'll use it. --- ajax/chat.ajax.php | 84 +++++++++++++++++++++++++++++++++++++++++++++++++++++ ajax_chat.php | 84 ----------------------------------------------------- images/loading.gif | Bin 0 -> 2608 bytes 3 files changed, 84 insertions(+), 84 deletions(-) create mode 100644 ajax/chat.ajax.php delete mode 100644 ajax_chat.php create mode 100644 images/loading.gif diff --git a/ajax/chat.ajax.php b/ajax/chat.ajax.php new file mode 100644 index 0000000..3ca15c6 --- /dev/null +++ b/ajax/chat.ajax.php @@ -0,0 +1,84 @@ + \ No newline at end of file diff --git a/ajax_chat.php b/ajax_chat.php deleted file mode 100644 index 2b6d909..0000000 --- a/ajax_chat.php +++ /dev/null @@ -1,84 +0,0 @@ - \ No newline at end of file diff --git a/images/loading.gif b/images/loading.gif new file mode 100644 index 0000000..a35b9f0 Binary files /dev/null and b/images/loading.gif differ -- cgit v1.2.3