X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/1fbf854ce423d2d56723ff10608267403f4916b0..8132fc186eb0c5fd02c86828c3a4735754296d02:/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 0d25ba66..83d8f9d5 100644 --- a/redakcja/static/js/lib/jquery/jquery.autocomplete.js +++ b/redakcja/static/js/lib/jquery/jquery.autocomplete.js @@ -8,6 +8,8 @@ * http://www.gnu.org/licenses/gpl.html * * Revision: $Id: jquery.autocomplete.js 15 2009-08-22 10:30:27Z joern.zaefferer $ + * + * changed by Radek Czajka (FNP), 20100907: ignore alt keydown */ ;(function($) { @@ -96,6 +98,12 @@ $.Autocompleter = function(input, options) { lastKeyPressCode = event.keyCode; switch(event.keyCode) { + // changed by fnp + case 18: + case 17: + break; + // changed by fnp + case KEY.UP: event.preventDefault(); if ( select.visible() ) {