浏览代码

fixed global chat emoji bug

Akira Laine 9 年之前
父节点
当前提交
4e5734f633
共有 2 个文件被更改,包括 3 次插入2 次删除
  1. 1 0
      app/client/client.js
  2. 2 2
      app/client/templates/room.html

+ 1 - 0
app/client/client.js

@@ -971,6 +971,7 @@ Template.room.events({
             var songData = {type: "YouTube", id: song.id, title: song.title, artist: "", img: ""};
             Meteor.call("addSongToQueue", Session.get("type"), songData, function(err, res) {
                 if (err) {
+                    console.log(err);
                     failed++;
                 } else {
                     success++;

文件差异内容过多而无法显示
+ 2 - 2
app/client/templates/room.html


部分文件因为文件数量过多而无法显示