Browse Source

fixed global chat emoji bug

Akira Laine 9 năm trước cách đây
mục cha
commit
4e5734f633
2 tập tin đã thay đổi với 3 bổ sung2 xóa
  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++;

Những thai đổi đã bị hủy bỏ vì nó quá lớn
+ 2 - 2
app/client/templates/room.html


Một số tệp đã không được hiển thị bởi vì quá nhiều tập tin thay đổi trong này khác