Browse Source

minor stuff

unknown 9 năm trước cách đây
mục cha
commit
e6962871a2
3 tập tin đã thay đổi với 4 bổ sung2 xóa
  1. 1 1
      app/app.css
  2. 2 0
      app/app.js
  3. 1 1
      app/templates/dashboard.html

+ 1 - 1
app/app.css

@@ -627,4 +627,4 @@ footer a:hover{
 }
 .column-small {
   width: 1px;
-}
+}

+ 2 - 0
app/app.js

@@ -562,6 +562,7 @@ if (Meteor.isClient) {
                                 }
                                 console.log(nextSong, 5555);
                                 getNextSongInfo(nextSong.title, nextSong.artist, nextSong.type);
+                                console.log("nextSongArtist: " + nextSong.artist);
                                 if (index + 2 < songs.length) {
                                     console.log("OOO 1");
                                     afterSong = songs[index + 2];
@@ -571,6 +572,7 @@ if (Meteor.isClient) {
                                     afterSong = songs[0];
                                 }
                                 getAfterSongInfo(afterSong.title, afterSong.artist, afterSong.type);
+                                console.log("afterSongArtist: " + afterSong.artist);
                             }
                         });
                         size = data.history.length;

+ 1 - 1
app/templates/dashboard.html

@@ -1,6 +1,6 @@
 <template name="dashboard">
     <div class="landing">
-         <i class="fa fa-power-off logout" tooltip="Logout"></i>
+        <!-- <i class="fa fa-power-off logout" tooltip="Logout"></i> -->
         <div class="row">
            {{#each rooms}}
               <div class="col-md-4 col-sm-6 col-xs-12">