#91 -- Reformat

This commit is contained in:
Anton Romanov 2023-03-16 23:09:26 +04:00
parent d111121e24
commit 5c6b388901
2 changed files with 9 additions and 11 deletions

View File

@ -22,9 +22,7 @@
</option>
</select>
<script th:inline="javascript">
$('#select-branch').val([[ * {branchId}]
])
;
$('#select-branch').val([[*{branchId}]]);
$('#select-branch').selectpicker('refresh');
</script>
</div>