浏览代码

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>