mirror of
git://git.yoctoproject.org/layerindex-web.git
synced 2025-07-19 12:49:01 +02:00
rrs: Recipes frontend improvments clean search when select filter
Signed-off-by: Aníbal Limón <anibal.limon@linux.intel.com>
This commit is contained in:
parent
44592ac732
commit
292ce0e75f
|
@ -225,12 +225,14 @@ $(document).ready(function() {
|
|||
$("#select-status a").click(function() {
|
||||
upstreamStatus = this.text
|
||||
applyFilters()
|
||||
$("#filter").val('')
|
||||
updateRecipeCount()
|
||||
});
|
||||
|
||||
$("#select-maintainer a").click(function() {
|
||||
maintainer = this.text
|
||||
applyFilters()
|
||||
$("#filter").val('')
|
||||
updateRecipeCount()
|
||||
});
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user