changed:delete countdown
Showing
1 changed file
with
0 additions
and
4 deletions
@@ -10,7 +10,6 @@ | @@ -10,7 +10,6 @@ | ||
10 | var $ = require('yoho-jquery'), | 10 | var $ = require('yoho-jquery'), |
11 | uuid = require('uuid'), | 11 | uuid = require('uuid'), |
12 | emojiMap = require('./emoji-map'), | 12 | emojiMap = require('./emoji-map'), |
13 | - countdown = require('./countdown'), | ||
14 | tab = require('./tab-hidden'), | 13 | tab = require('./tab-hidden'), |
15 | socketChat = require('./socket-chat'), | 14 | socketChat = require('./socket-chat'), |
16 | socketConf = require('./socket-config'); | 15 | socketConf = require('./socket-config'); |
@@ -443,9 +442,6 @@ function pageInit() { | @@ -443,9 +442,6 @@ function pageInit() { | ||
443 | 442 | ||
444 | // 消息添加 | 443 | // 消息添加 |
445 | msgAppend(dom); | 444 | msgAppend(dom); |
446 | - | ||
447 | - // 倒计时信息 | ||
448 | - countdown(message.newContent, $('.tip .countdown')); | ||
449 | } | 445 | } |
450 | 446 | ||
451 | /** | 447 | /** |
-
Please register or login to post a comment