From eb65050c8a0c1be17cbbb28afbf3dd3aaab8ed77 Mon Sep 17 00:00:00 2001 From: Anas Khalid Date: Wed, 28 Jan 2026 02:01:09 +0100 Subject: [PATCH] Add goto hadith number --- application/modules/front/views/collection/index.php | 7 +++++++ public/css/all.css | 12 ++++++++++++ public/js/sunnah.js | 9 +++++++++ 3 files changed, 28 insertions(+) diff --git a/application/modules/front/views/collection/index.php b/application/modules/front/views/collection/index.php index a8dc9409..bbdbb4d5 100644 --- a/application/modules/front/views/collection/index.php +++ b/application/modules/front/views/collection/index.php @@ -39,6 +39,13 @@
+
+
+ + + +
+
0) { + var url = "/" + collectionName + ":" + hadithNumber; + window.location.href = url; + } + } \ No newline at end of file