wiki

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

commit 1ab11ac2754f2967125e79919a2e2a3df2b3b6a4
parent b5b1865014a33e0b281076cb07b6c9f70e715081
Author: al1-ce <al1-ce@null.net>
Date:   Thu, 10 Jul 2025 00:49:17 +0300

fix edit & hist buttons

Diffstat:
Mpublic/index.html | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/public/index.html b/public/index.html @@ -198,7 +198,7 @@ document.title += ' - wiki@al1-ce'; }); hook.afterEach(function (html) { - var urlEdit = 'https://github.com/al1-ce/wiki.al1-ce.dev/blob/master/public' + vm.route.file; + var urlEdit = 'https://github.com/al1-ce/wiki.al1-ce.dev/edit/master/public' + vm.route.file; var urlHist = 'https://github.com/al1-ce/wiki.al1-ce.dev/commits/master/public' + vm.route.file; document.getElementById("nav-edit").href = urlEdit;