allow any type of attachments; fixed cordova build in docker
This commit is contained in:
		@@ -120,20 +120,18 @@
 | 
			
		||||
                <label for="photo"><img src="images/photo.svg"/></label>
 | 
			
		||||
                <input autocomplete="off" type="file" accept="image/*" id="photo" multiple />
 | 
			
		||||
              </span>
 | 
			
		||||
              <!--
 | 
			
		||||
                  <span class="toolbutton">
 | 
			
		||||
                    <label for="video"><img src="images/video.svg"/></label>
 | 
			
		||||
                    <input autocomplete="off" type="file" accept="video/*" id="video"/>
 | 
			
		||||
                  </span>
 | 
			
		||||
                  <span class="toolbutton">
 | 
			
		||||
                    <label for="audio"><img src="images/audio.svg"/></label>
 | 
			
		||||
                    <input autocomplete="off" type="file" accept="audio/*" id="audio"/>
 | 
			
		||||
                  </span>
 | 
			
		||||
                  <span class="toolbutton">
 | 
			
		||||
                    <label for="file"><img src="images/attachment.svg"/></label>
 | 
			
		||||
                    <input autocomplete="off" type="file" id="file"/>
 | 
			
		||||
                  </span>
 | 
			
		||||
                  -->
 | 
			
		||||
              <span class="toolbutton">
 | 
			
		||||
                <label for="video"><img src="images/video.svg"/></label>
 | 
			
		||||
                <input autocomplete="off" type="file" accept="video/*" id="video"/>
 | 
			
		||||
              </span>
 | 
			
		||||
              <span class="toolbutton">
 | 
			
		||||
                <label for="audio"><img src="images/audio.svg"/></label>
 | 
			
		||||
                <input autocomplete="off" type="file" accept="audio/*" id="audio"/>
 | 
			
		||||
              </span>
 | 
			
		||||
              <span class="toolbutton">
 | 
			
		||||
                <label for="file"><img src="images/attachment.svg"/></label>
 | 
			
		||||
                <input autocomplete="off" type="file" id="file"/>
 | 
			
		||||
              </span>
 | 
			
		||||
              <span class="toolbutton">
 | 
			
		||||
                <label for="send"><img src="images/send.svg"/></label>
 | 
			
		||||
                <input type="submit" id="send" disabled/>
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user