Browse Source

fixes #17

tags/v1.0.0
Remco 9 years ago
parent
commit
1ca8102e90
2 changed files with 6 additions and 12 deletions
  1. +3
    -6
      transfersh-server/static/download.audio.html
  2. +3
    -6
      transfersh-web/download.audio.html

+ 3
- 6
transfersh-server/static/download.audio.html View File

@@ -1,6 +1,3 @@


</html>
<!doctype html>
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]-->
@@ -75,9 +72,9 @@

</div>
<div id="terminal" class="terminal preview-image">
<audio controls>
<source src="{{.Url}}" type="{{.ContentType}}">
</audio>
<audio controls>
<source src="{{.Url}}" type="{{.ContentType}}">
</audio>
</div>
</div>
</div>


+ 3
- 6
transfersh-web/download.audio.html View File

@@ -1,6 +1,3 @@


</html>
<!doctype html>
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]-->
@@ -28,9 +25,9 @@ include "includes/head.html"

</div>
<div id="terminal" class="terminal preview-image">
<audio controls>
<source src="{{.Url}}" type="{{.ContentType}}">
</audio>
<audio controls>
<source src="{{.Url}}" type="{{.ContentType}}">
</audio>
</div>
</div>
</div>


Loading…
Cancel
Save