Last commit from VS

- rewrited menu
- removed unused things
This commit is contained in:
2019-01-15 19:54:52 +01:00
parent ed4597e6b3
commit 20bde69070
6 changed files with 24 additions and 74 deletions

View File

@@ -35,7 +35,6 @@ else
@if(isDoc && patient != null)
{
<div>
<p>NOTEEEEEEEEEEEE: l'alunno dorme durante la lezione</p>
<textarea id="note-area" placeholder="Scrivi una nota..">@patient.Notes</textarea>
<button id="send-note" class="btn">Salva</button>
<p id="note-error"></p>