summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJules <jules@asdf.us>2014-02-07 11:20:08 -0500
committerJules <jules@asdf.us>2014-02-07 11:20:08 -0500
commit53f8beddffb415c870de6d0497532a79530076e0 (patch)
tree676a8090f9505964a25b41d6c76bad023f4f6fa0
parent919873b5e7f094a07f6b84678ddcc4f68a0559f1 (diff)
autofocus on atom
-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>