浏览代码

Adds you're about to leave this page warning.

master
Yana Stamcheva 11 年前
父节点
当前提交
acaa5f74eb
共有 1 个文件被更改,包括 3 次插入0 次删除
  1. 3
    0
      app.js

+ 3
- 0
app.js 查看文件

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 = '';

正在加载...
取消
保存