Jelajahi Sumber

Fixed conflict

KrisVos130 9 tahun lalu
induk
melakukan
03a470cc9a
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  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);