From b4fcd52e7e8760b5d008c527b6246cd3b889fe0b Mon Sep 17 00:00:00 2001 From: =?utf8?q?Sven=20Sch=C3=B6ling?= Date: Thu, 11 Jul 2013 11:02:42 +0200 Subject: [PATCH] Kommentar zu jquery bug #14120 ist nicht mehr notwenidig --- js/autocomplete_part.js | 1 - 1 file changed, 1 deletion(-) diff --git a/js/autocomplete_part.js b/js/autocomplete_part.js index 8e95d8d47..901da5e79 100644 --- a/js/autocomplete_part.js +++ b/js/autocomplete_part.js @@ -30,7 +30,6 @@ namespace('kivi', function(k){ function ajax_data(term) { return { 'filter.all:substr::ilike': term, - // due to a bug in $.param functions returning arrays don't get serialized correctly, so call it manually 'filter.type': $type.val().split(','), 'filter.obsolete': 0, column: $column.val()===undefined ? '' : $column.val(), -- 2.20.1