diff options
Diffstat (limited to 'app/main.py')
-rw-r--r-- | app/main.py | 1 |
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>
'''
|