mirror of
https://github.com/datajerk/sendalo.git
synced 2024-12-30 15:32:47 +00:00
Better iOS app support.
This commit is contained in:
parent
280a4889ce
commit
912c71eef0
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user