Balberova D.N. LabWork05 #9

Closed
august wants to merge 3 commits from LabWork05 into LabWork04
Showing only changes of commit 87002de750 - Show all commits

View File

@ -25,6 +25,8 @@
</div>
</form>
@section Scripts
{
<script>
$('#sushi').on('change', function () {
check();
@ -47,4 +49,5 @@
});
};
}
</script>
</script>
}