#91 -- Add markup page menu item #94

Merged
romanov73 merged 29 commits from 91-markup into master 2023-04-23 23:43:14 +04:00
2 changed files with 9 additions and 11 deletions
Showing only changes of commit 5c6b388901 - Show all commits

View File

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