This commit is contained in:
Valeria Fadeeva 2024-02-16 12:42:38 +05:00
parent 49d3250a4e
commit 2d712ef94a
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@
Основы программирования. ч. 1. 2016. Тюгашев А. А
</div>
<div class="card-body">
<div class="progress" role="progressbar" aria-label="" aria-valuenow="0" aria-valuemin="0" aria-valuemax="100" data-current-page="100" data-total-pages="164"
<div class="progress" role="progressbar" aria-label="" aria-valuenow="0" aria-valuemin="0" aria-valuemax="100" data-current-page="109" data-total-pages="164"
onmouseover="
x=Math.round(this.getAttribute('data-current-page')/this.getAttribute('data-total-pages')*100);
this.setAttribute('aria-valuenow', `${x}`);