This commit is contained in:
Valeria Fadeeva 2024-03-05 12:58:29 +05:00
parent 6e30eef880
commit a05305b26e
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="141" data-total-pages="164" <div class="progress" role="progressbar" aria-label="" aria-valuenow="0" aria-valuemin="0" aria-valuemax="100" data-current-page="149" 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}`);