From 24e61ea36a05d3f0aa43f8082a4f46d2dd1d80a6 Mon Sep 17 00:00:00 2001 From: Wolfgang Knopki <wolfgang.knopki@hft-stuttgart.de> Date: Thu, 1 Oct 2020 09:01:24 +0000 Subject: [PATCH] Update home.pug, relative linking to headfoot.js --- views/DE/account/home.pug | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/views/DE/account/home.pug b/views/DE/account/home.pug index 54c4ced0..95898ac4 100644 --- a/views/DE/account/home.pug +++ b/views/DE/account/home.pug @@ -54,7 +54,7 @@ html(lang="de") // Bootstrap script(src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js" integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM" crossorigin="anonymous") // M4_LAB - script(src="https://m4lab.hft-stuttgart.de/js/headfoot.js") + script(src="/js/headfoot.js") script. // call verifyAccount function verify() { -- GitLab