Untitled


SUBMITTED BY: Guest

DATE: March 29, 2014, 2:08 p.m.

FORMAT: Text only

SIZE: 250 Bytes

HITS: 646

  1. // Script feito por Boss4L
  2. // http://www.plug.dj/rock-wins-10/
  3. //Limpar o chat
  4. var chat = document.getElementById('chat-messages');
  5. while (chat.hasChildNodes())
  6. {
  7. chat.removeChild(chat.firstChild);
  8. }

comments powered by Disqus