Przeglądaj źródła

fixed global chat emoji bug

Akira Laine 9 lat temu
rodzic
commit
4e5734f633
2 zmienionych plików z 3 dodań i 2 usunięć
  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++;

Plik diff jest za duży
+ 2 - 2
app/client/templates/room.html


Niektóre pliki nie zostały wyświetlone z powodu dużej ilości zmienionych plików