瀏覽代碼

Fixed conflict

KrisVos130 9 年之前
父節點
當前提交
03a470cc9a
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      app/app.js

+ 1 - 1
app/app.js

@@ -270,7 +270,7 @@ if (Meteor.isClient) {
             if (data.history.length > size) {
                 currentSong = data.history[data.history.length-1];
                 size = data.history.length;
-                $("#seeker-bar").remove();
+                $(".room-artist").after("<div id='seeker-bar'></div>")
                 startSong();
             }
         }, 1000);