Explorar o código

Fixed conflict

KrisVos130 %!s(int64=9) %!d(string=hai) anos
pai
achega
03a470cc9a
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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);