summaryrefslogtreecommitdiff
path: root/src/scripts/sura-list.js
diff options
context:
space:
mode:
authoraltaf-creator <64111012+altaf-creator@users.noreply.github.com>2023-05-09 21:52:30 +0700
committeraltaf-creator <64111012+altaf-creator@users.noreply.github.com>2023-05-09 21:52:30 +0700
commit6cfb9278c10f0fae4709930161f70f902cc1c17a (patch)
tree8da5e004504aef6d06925c0b6eec6fa24ddb92d8 /src/scripts/sura-list.js
parentd19c1cbfd7930bc1f8bd6e9317e5f31d1d5c9213 (diff)
New sidebar, sura.html improvements
Diffstat (limited to 'src/scripts/sura-list.js')
-rw-r--r--src/scripts/sura-list.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/scripts/sura-list.js b/src/scripts/sura-list.js
index a799b02..abbae2e 100644
--- a/src/scripts/sura-list.js
+++ b/src/scripts/sura-list.js
@@ -20,6 +20,8 @@ function load() {
for (var i = 0; i < windowBtns.length; i++) {
windowBtns[i].style.display = 'grid';
}
+
+ document.getElementById('openquran-home').href = 'index.html'
} catch {
var windowBtns = document.getElementsByClassName('window-button-container');