diff options
| author | Jules Laplace <jules@okfoc.us> | 2015-07-15 21:06:09 -0400 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2015-07-15 21:06:09 -0400 |
| commit | f50f177a90b66e81b1f8bf57963c4566f413026d (patch) | |
| tree | f4fce0ba8de9cdb63a9b250b6a23ad0906f3b856 /js/app.js | |
| parent | ed9aba1964c24850f41ebaba1bba8ffa8059fb84 (diff) | |
upload style
Diffstat (limited to 'js/app.js')
| -rw-r--r-- | js/app.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -51,7 +51,7 @@ function bind () { var ae = document.activeElement - if (ae !== shader_textarea && ae !== import_textarea && ae !== username_input) { + if (ae !== shader_textarea && ae !== import_textarea && ae !== username_input && ae !== upload_input) { cursor_input.focus() } |
