summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app/main.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/main.py b/app/main.py
index ce97486..45a68ec 100644
--- a/app/main.py
+++ b/app/main.py
@@ -313,6 +313,7 @@ def userpage(username):
element.value = element.value + " " + getWord();
}
document.getElementById("text-content").addEventListener("click", fillinWord, false);
+ document.getElementById("text-content").addEventListener("touchstart", fillinWord, false);
</script>
'''