fix dirty vars on textfilter reset

This commit is contained in:
Christoph Kluge 2025-02-04 13:29:09 +01:00
parent 8fcdd24f84
commit fb2f7cf680

View File

@ -78,7 +78,9 @@
term = ""
presetProject = ""
project = ""
termChanged(0);
jobName = ""
user = ""
termChanged(0, true);
}
</script>