mirror of
https://github.com/datajerk/sendalo.git
synced 2024-12-26 04:32:41 +00:00
Better iOS app support.
This commit is contained in:
parent
280a4889ce
commit
912c71eef0
@ -83,6 +83,12 @@
|
|||||||
height: 2em;
|
height: 2em;
|
||||||
font-size: inherit;
|
font-size: inherit;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#reload {
|
||||||
|
display: none;
|
||||||
|
text-align: center;
|
||||||
|
margin-top: 1em;
|
||||||
|
}
|
||||||
|
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
@ -143,7 +149,7 @@
|
|||||||
audio.load();
|
audio.load();
|
||||||
audio.play();
|
audio.play();
|
||||||
|
|
||||||
|
document.getElementById('reload').style.display = 'block';
|
||||||
}
|
}
|
||||||
|
|
||||||
function displayError() {
|
function displayError() {
|
||||||
@ -190,6 +196,10 @@
|
|||||||
</audio>
|
</audio>
|
||||||
</div>
|
</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'">
|
<p id="w"><a href="#" onclick="document.getElementById('expl').style.display='block'">
|
||||||
<small>What's this?</small>
|
<small>What's this?</small>
|
||||||
</a></p>
|
</a></p>
|
||||||
|
Loading…
Reference in New Issue
Block a user