counter
Currently browsing patches


Articles on patches

PHP AJAX CHAT, Bug fixes - including weird mozilla bug

Tags: , , — Hawk on April 22, 2008 at 9:24 pm

Hello all. When I released PHP AJAX chat I knew that there was a problem with a few of the build of Firefox that didn’t like having SetTimeouts() outside of functions and requestobjects opening without full parameters. Well I have now fixed that and here is the patch. To install the patch do the following.

  1. Open up index.php oh php ajax chat archive
  2. find where this line is <script type=”text/javascript”> in mine it’s around line 33 and also find the end </script> which is around line 99.
  3. Hilight this area and replace it with the following code (more…)