X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/6aa2f527d49dc82ae94c7d74cb3bb94232f08d14..11d3d14d1e6cf73032b7038825e6823ddd89e8f3:/redakcja/static/js/lib/jquery/jquery.autocomplete.js?ds=sidebyside diff --git a/redakcja/static/js/lib/jquery/jquery.autocomplete.js b/redakcja/static/js/lib/jquery/jquery.autocomplete.js index 1d7a51df..83d8f9d5 100644 --- 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