summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'index.html')
-rw-r--r--index.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/index.html b/index.html
index 6aa271b..bbba3b3 100644
--- a/index.html
+++ b/index.html
@@ -229,6 +229,7 @@ function load(){
dice()
}
$("#dice").focus()
+$(window).focus(function(){ $("#dice").focus() })
</script>
</body>
</html>