소스 검색

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


이 변경점에서 너무 많은 파일들이 변경되어 몇몇 파일들은 표시되지 않았습니다.