implement back feature on sas ajax view

This commit is contained in:
2024-09-04 11:14:45 +02:00
committed by thomas girod
parent bc40b92744
commit 71602b43bd
2 changed files with 37 additions and 13 deletions

View File

@ -24,7 +24,7 @@
<div class="title">
<h3 x-text="current_picture.name"></h3>
<h4 x-text="`${pictures.indexOf(current_picture)} / ${pictures.length}`"></h4>
<h4 x-text="`${pictures.indexOf(current_picture) + 1 } / ${pictures.length}`"></h4>
</div>
<br>