소스 검색

Fixed issue where add song modal wouldn't close after adding a song and this is the 500th commit! :cake: :tada: :balloon: :birthday:

KrisVos130 9 년 전
부모
커밋
e6859e84c5
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. 3 0
      app/client/templates/room.html

+ 3 - 0
app/client/templates/room.html

@@ -203,6 +203,9 @@
 
                             <!--small id="search-alert">Searching for a song fills out the above fields automatically, but you will still have to verify them.</small-->
                         </div>
+                        <div class="modal-footer">
+                            <button id="close-modal-a" type="button" class="btn btn-default" data-dismiss="modal">Close</button>
+                        </div>
                     </div>
 
                 </div>