Update
This commit is contained in:
parent
2d712ef94a
commit
17d7d943b7
|
@ -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}`);
|
||||||
|
|
Loading…
Reference in New Issue