Parcourir la source

fixed global chat emoji bug

Akira Laine il y a 9 ans
Parent
commit
4e5734f633
2 fichiers modifiés avec 3 ajouts et 2 suppressions
  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++;

Fichier diff supprimé car celui-ci est trop grand
+ 2 - 2
app/client/templates/room.html


Certains fichiers n'ont pas été affichés car il y a eu trop de fichiers modifiés dans ce diff