Sfoglia il codice sorgente

Adds you're about to leave this page warning.

j8
Yana Stamcheva 11 anni fa
parent
commit
acaa5f74eb
1 ha cambiato i file con 3 aggiunte e 0 eliminazioni
  1. 3
    0
      app.js

+ 3
- 0
app.js Vedi File

434
     return false;
434
     return false;
435
 }
435
 }
436
 
436
 
437
+/*
438
+ * Appends the given message to the chat conversation.
439
+ */
437
 function updateChatConversation(nick, message)
440
 function updateChatConversation(nick, message)
438
 {
441
 {
439
     var divClassName = '';
442
     var divClassName = '';

Loading…
Annulla
Salva