summaryrefslogtreecommitdiff
path: root/js/app.js
diff options
context:
space:
mode:
authorJules Laplace <jules@okfoc.us>2015-07-15 20:40:32 -0400
committerJules Laplace <jules@okfoc.us>2015-07-15 20:40:32 -0400
commitb2da7b372a76651e37e9f413c56d2669d458ca45 (patch)
tree9200fdce786c29f925c72b052377d07360095012 /js/app.js
parent7bb702d891a719f69070cf18330938817b95f6a0 (diff)
save colorcode as png
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 f73a447..a802869 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) {
+ if (ae !== shader_textarea && ae !== import_textarea && ae !== username_input) {
cursor_input.focus()
}