diff options
| author | Jules Laplace <jules@okfoc.us> | 2015-07-15 20:40:32 -0400 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2015-07-15 20:40:32 -0400 |
| commit | b2da7b372a76651e37e9f413c56d2669d458ca45 (patch) | |
| tree | 9200fdce786c29f925c72b052377d07360095012 /js/app.js | |
| parent | 7bb702d891a719f69070cf18330938817b95f6a0 (diff) | |
save colorcode as png
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) { + if (ae !== shader_textarea && ae !== import_textarea && ae !== username_input) { cursor_input.focus() } |
