1
0
mirror of https://github.com/JannikKoester/Tischverwaltung.git synced 2026-01-10 14:50:07 +01:00

mehrfachauswahl

This commit is contained in:
2020-08-19 17:23:59 +03:00
parent 4ed8831781
commit 6600f5f381
4 changed files with 440 additions and 466 deletions

View File

@@ -14,6 +14,10 @@
$("#refresh").click();
}
function ValidInputs(){
//var daystart = $( "#daystart:selected" ).text();
alert("daystart");
}
</script>