Revision c76a1b54
Von Sven Schöling vor fast 11 Jahren hinzugefügt
templates/webpages/part/part_picker_search.html | ||
---|---|---|
18 | 18 |
$('#part_picker_filter').focus(); |
19 | 19 |
pp.update_results(); |
20 | 20 |
}); |
21 |
$('#part_picker_filter').keypress(pp.update_results);
|
|
21 |
$('#part_picker_filter').keypress(pp.result_timer);
|
|
22 | 22 |
</script> |
Auch abrufbar als: Unified diff
Partpicker popup Suche über setTimeout laufen lassen
behebt #2429