thomascube
2011-08-29 bd3891145b3f21adc8466de70bd8b7604c7801fe
Really abort autocompletion when hitting Escape

1 files modified
2 ■■■ changed files
program/js/app.js 2 ●●● patch | view | raw | blame | history
program/js/app.js
@@ -3507,7 +3507,7 @@
      case 27:  // escape
        this.ksearch_hide();
        break;
        return;
      case 37:  // left
      case 39:  // right