Kommentar zu jquery bug #14120 ist nicht mehr notwenidig
authorSven Schöling <s.schoeling@linet-services.de>
Thu, 11 Jul 2013 09:02:42 +0000 (11:02 +0200)
committerSven Schöling <s.schoeling@linet-services.de>
Thu, 11 Jul 2013 09:08:15 +0000 (11:08 +0200)
js/autocomplete_part.js

index 8e95d8d..901da5e 100644 (file)
@@ -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(),