From 26b266470bbf48d220306cc40c423dfc8b9011f5 Mon Sep 17 00:00:00 2001 From: Valeria Fadeeva Date: Fri, 9 Feb 2024 14:34:27 +0500 Subject: [PATCH] Update --- public/reading.tpl.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/public/reading.tpl.html b/public/reading.tpl.html index a7df62e..9d1e5ef 100644 --- a/public/reading.tpl.html +++ b/public/reading.tpl.html @@ -13,7 +13,7 @@ x=Math.round(this.getAttribute('data-current-page')/this.getAttribute('data-total-pages')*100); this.setAttribute('aria-valuenow', `${x}`); this.children[0].style.width=`${x}%`; - this.children[0].innerHTML=`${x}`;" + this.children[0].innerHTML=`${x} %`;" style="height: 20px">
@@ -32,7 +32,7 @@ x=Math.round(this.getAttribute('data-current-page')/this.getAttribute('data-total-pages')*100); this.setAttribute('aria-valuenow', `${x}`); this.children[0].style.width=`${x}%`; - this.children[0].innerHTML=`${x}`;" + this.children[0].innerHTML=`${x} %`;" style="height: 20px">
@@ -51,7 +51,7 @@ x=Math.round(this.getAttribute('data-current-page')/this.getAttribute('data-total-pages')*100); this.setAttribute('aria-valuenow', `${x}`); this.children[0].style.width=`${x}%`; - this.children[0].innerHTML=`${x}`;" + this.children[0].innerHTML=`${x} %`;" style="height: 20px">