소스 검색

removed autoplay / added banner welcome message

AkiraLaine 9 년 전
부모
커밋
d5a85e3287
2개의 변경된 파일5개의 추가작업 그리고 5개의 파일을 삭제
  1. 1 1
      app/app.js
  2. 4 4
      app/templates/home.html

+ 1 - 1
app/app.js

@@ -959,7 +959,7 @@ if (Meteor.isClient) {
                             height: 540,
                             width: 960,
                             videoId: currentSong.id,
-                            playerVars: {autoplay: 1, controls: 0, iv_load_policy: 3, rel: 0, showinfo: 0},
+                            playerVars: {, controls: 0, iv_load_policy: 3, rel: 0, showinfo: 0},
                             events: {
                                 'onReady': function(event) {
                                     event.target.seekTo(getTimeElapsed() / 1000);

+ 4 - 4
app/templates/home.html

@@ -1,9 +1,9 @@
 <template name="home">
     <div class="homepage">
-        <!--<div class="alert alert-success alert-dismissible" role="alert" style="margin-bottom: 0">-->
-            <!--<button type="button" class="close" data-dismiss="alert" aria-label="Close"><span aria-hidden="true">&times;</span></button>-->
-            <!--<strong>Hey there!</strong> Welcome to Musare, a modern, open-source, collaborative music app.-->
-        <!--</div>-->
+        <div class="alert alert-success alert-dismissible" role="alert" style="margin-bottom: 0">
+            <button type="button" class="close" data-dismiss="alert" aria-label="Close"><span aria-hidden="true"><i class="fa fa-times"></i></span></button>
+            <strong>Hey there!</strong> Welcome to Musare - a modern, open-source, collaborative music app.
+        </div>
         {{> header}}
         {{#if currentUser}}
             {{> dashboard}}