Browse Source

fixed global chat emoji bug

Akira Laine 9 years ago
parent
commit
4e5734f633
2 changed files with 3 additions and 2 deletions
  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++;

File diff suppressed because it is too large
+ 2 - 2
app/client/templates/room.html


Some files were not shown because too many files changed in this diff