Better iOS app support.

This commit is contained in:
Federico Santandrea 2020-06-23 10:17:34 +02:00
parent 280a4889ce
commit 912c71eef0
1 changed files with 11 additions and 1 deletions

View File

@ -83,6 +83,12 @@
height: 2em;
font-size: inherit;
}
#reload {
display: none;
text-align: center;
margin-top: 1em;
}
</style>
@ -143,7 +149,7 @@
audio.load();
audio.play();
document.getElementById('reload').style.display = 'block';
}
function displayError() {
@ -190,6 +196,10 @@
</audio>
</div>
<div id="reload">
<a href="javascript:window.location.reload();">New transfer</a>
</div>
<p id="w"><a href="#" onclick="document.getElementById('expl').style.display='block'">
<small>What's this?</small>
</a></p>