wiki

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

commit b5b1865014a33e0b281076cb07b6c9f70e715081
parent 4a1cb2500209adc493e601e5e3ee1efc4f83f3ad
Author: al1-ce <al1-ce@null.net>
Date:   Thu, 10 Jul 2025 00:48:44 +0300

fix edit & hist buttons

Diffstat:
Mpublic/index.html | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

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