Add fixes to webapp

This commit is contained in:
2025-09-30 23:10:07 -05:00
parent 430df29e68
commit 8e0b11c704

View File

@@ -85,7 +85,7 @@ func main(args)
{
filter += " AND (";
var first = true;
each(var item : filters)
each(var item : types)
{
if(!first) {
filter += " OR ";