fnp
/
redakcja.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Fixing regression
[redakcja.git]
/
redakcja
/
static
/
js
/
lib
/
jquery
/
jquery.autocomplete.js
diff --git
a/redakcja/static/js/lib/jquery/jquery.autocomplete.js
b/redakcja/static/js/lib/jquery/jquery.autocomplete.js
index
1d7a51d
..
83d8f9d
100644
(file)
--- a/
redakcja/static/js/lib/jquery/jquery.autocomplete.js
+++ b/
redakcja/static/js/lib/jquery/jquery.autocomplete.js
@@
-99,7
+99,8
@@
$.Autocompleter = function(input, options) {
switch(event.keyCode) {
// changed by fnp
- case 0:
+ case 18:
+ case 17:
break;
// changed by fnp