diff options
| author | Jules <jules@asdf.us> | 2014-02-07 11:20:08 -0500 |
|---|---|---|
| committer | Jules <jules@asdf.us> | 2014-02-07 11:20:08 -0500 |
| commit | 53f8beddffb415c870de6d0497532a79530076e0 (patch) | |
| tree | 676a8090f9505964a25b41d6c76bad023f4f6fa0 | |
| parent | 919873b5e7f094a07f6b84678ddcc4f68a0559f1 (diff) | |
autofocus on atom
| -rw-r--r-- | index.html | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -229,6 +229,7 @@ function load(){ dice() } $("#dice").focus() +$(window).focus(function(){ $("#dice").focus() }) </script> </body> </html> |
