some fixes

This commit is contained in:
Ryan Peters
2024-01-05 13:46:01 -05:00
parent 41de9e60c4
commit 4269188c8c
3 changed files with 4 additions and 5 deletions

View File

@ -17,6 +17,6 @@
@section Scripts
{
<script>
noteName = '@Model.CurrentNote';
var noteName = '@Model.CurrentNote';
</script>
}