Browse Source

Fixed a flag bug

Johand 9 years ago
parent
commit
292c5fd102
1 changed files with 0 additions and 3 deletions
  1. 0 3
      app/templates/room.html

+ 0 - 3
app/templates/room.html

@@ -119,9 +119,6 @@
 
                     <!-- Modal content-->
                     <div class="modal-content">
-                         <div class="col-md-3">
-                             <button title="Report this song!" type="button" id="report-modal" class="btn btn-warning btn-lg report-button" data-toggle="modal" data-target="#reportModal"><i class="fa fa-flag"></i></button>
-                         </div>
                         <div class="modal-body">
 
                             <button type="button" id="report-prev" class="btn btn-warning btn-lg btn-block">Report previous song ({{previousSongR.title}})</button>