summaryrefslogtreecommitdiff
path: root/js/app.js
diff options
context:
space:
mode:
authorJules Laplace <jules@okfoc.us>2015-07-15 21:06:09 -0400
committerJules Laplace <jules@okfoc.us>2015-07-15 21:06:09 -0400
commitf50f177a90b66e81b1f8bf57963c4566f413026d (patch)
treef4fce0ba8de9cdb63a9b250b6a23ad0906f3b856 /js/app.js
parented9aba1964c24850f41ebaba1bba8ffa8059fb84 (diff)
upload style
Diffstat (limited to 'js/app.js')
-rw-r--r--js/app.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/app.js b/js/app.js
index a802869..9dd94ee 100644
--- a/js/app.js
+++ b/js/app.js
@@ -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()
}