This commit is contained in:
Valeria Fadeeva 2024-03-01 12:54:43 +05:00
parent 2d712ef94a
commit 17d7d943b7
1 changed files with 1 additions and 1 deletions

View File

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