Update
This commit is contained in:
parent
47e1ecec7b
commit
0db1cfa032
|
@ -46,7 +46,7 @@
|
||||||
Основы программирования. ч. 2. 2016. Тюгашев А. А
|
Основы программирования. ч. 2. 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="67" data-total-pages="124"
|
<div class="progress" role="progressbar" aria-label="" aria-valuenow="0" aria-valuemin="0" aria-valuemax="100" data-current-page="124" data-total-pages="124"
|
||||||
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