Skip to content

Commit

Permalink
Merge branch 'master' into release
Browse files Browse the repository at this point in the history
Emergency fix for keyboard input
  • Loading branch information
ppannuto committed Mar 25, 2015
2 parents 56921f7 + 90f4029 commit 2427329
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion chezbetty/static/js/chezbetty-mcard.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,10 @@ function clear_spinner () {
keyboard_input = "";
input_timer = null;

if (is_service_account) {
/*** PAT: Removed "if (is_service_account)" check b/c it was always failing
* on the terminal [and my local browser]. Something must have changed.
*/
if (true) {
$(document).keypress(function (e) {
alert_clear();

Expand Down

0 comments on commit 2427329

Please sign in to comment.