more helpful hint for touch devices

This commit is contained in:
Bartek Szopka
2012-02-16 13:33:06 +01:00
parent c7ce6af1c8
commit 2324484152

View File

@@ -277,7 +277,11 @@
<div class="hint"> <div class="hint">
<p>Use a spacebar or arrow keys to navigate</p> <p>Use a spacebar or arrow keys to navigate</p>
</div> </div>
<script>
if ("ontouchstart" in document.documentElement) {
document.querySelector(".hint").innerHTML = "<p>Tap on the left or right to navigate</p>";
}
</script>
<!-- <!--