Browse Source

Adds you're about to leave this page warning.

master
Yana Stamcheva 11 years ago
parent
commit
acaa5f74eb
1 changed files with 3 additions and 0 deletions
  1. 3
    0
      app.js

+ 3
- 0
app.js View File

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

Loading…
Cancel
Save