mirror of
git://git.yoctoproject.org/layerindex-web.git
synced 2025-07-19 20:59: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
43ef08a7ee
commit
eea062531b
|
@ -225,12 +225,14 @@ $(document).ready(function() {
|
||||||
$("#select-status a").click(function() {
|
$("#select-status a").click(function() {
|
||||||
upstreamStatus = this.text
|
upstreamStatus = this.text
|
||||||
applyFilters()
|
applyFilters()
|
||||||
|
$("#filter").val('')
|
||||||
updateRecipeCount()
|
updateRecipeCount()
|
||||||
});
|
});
|
||||||
|
|
||||||
$("#select-maintainer a").click(function() {
|
$("#select-maintainer a").click(function() {
|
||||||
maintainer = this.text
|
maintainer = this.text
|
||||||
applyFilters()
|
applyFilters()
|
||||||
|
$("#filter").val('')
|
||||||
updateRecipeCount()
|
updateRecipeCount()
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user