Revision 3873385f
Von Bernd Bleßmann vor fast 4 Jahren hinzugefügt
js/autocomplete_project.js | ||
---|---|---|
65 | 65 |
$('#project_picker_filter').val('').focus(); |
66 | 66 |
update_results(); |
67 | 67 |
}); |
68 |
update_results(); |
|
69 | 68 |
} |
70 | 69 |
|
71 | 70 |
function ajax_data(term) { |
templates/webpages/project/project_picker_search.html | ||
---|---|---|
12 | 12 |
</div> |
13 | 13 |
|
14 | 14 |
<div id='project_picker_result'> |
15 |
[% PROCESS 'project/_project_picker_result.html' %] |
|
15 | 16 |
</div> |
Auch abrufbar als: Unified diff
Projekt-Picker-Lupe: erste Ergebnisse direkt anzeigen
Spart einen zweiten Ajax-Aufruf