i am trying to get a chat working that is a copy paste from a tutorial. For some reason the chat load funcion seems to run twice everytime its supposed to run once! This is killing me, i cant figure out whats wrong.
Here is my copy paste chat: http://www.releazed.com/chat/
here is the full source code: http://myslimchatroom.wikidot.com/
I would think its something related to the last_message_id but ive been debuging it and it seems to know the right one…
Please help 🙁
fixed the problem by simply removing one of the most important parts of the JS
eval(result);lol… i guess jquery does this on its own? Well its working…