From 84e22d54fee9a0a3c970322821c73861c99d39f3 Mon Sep 17 00:00:00 2001
From: Wolfgang Knopki <wolfgang.knopki@hft-stuttgart.de>
Date: Mon, 23 Mar 2020 16:03:41 +0100
Subject: [PATCH] changed static links to headfoot.js

---
 views/DE/account/forgotPwd.pug    | 2 +-
 views/DE/account/registration.pug | 2 +-
 views/DE/account/reset.pug        | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/views/DE/account/forgotPwd.pug b/views/DE/account/forgotPwd.pug
index 8a6b8c56..46210a02 100644
--- a/views/DE/account/forgotPwd.pug
+++ b/views/DE/account/forgotPwd.pug
@@ -53,4 +53,4 @@ 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://transfer.hft-stuttgart.de/js/headfoot.js")
+    script(src="/js/headfoot.js")
diff --git a/views/DE/account/registration.pug b/views/DE/account/registration.pug
index f3a4e51f..3de3ed5a 100644
--- a/views/DE/account/registration.pug
+++ b/views/DE/account/registration.pug
@@ -94,4 +94,4 @@ html(lang="de")
     // M4_LAB
     script(src="/js/generalFunction.js")
     script(src="/js/registration.js")
-    script(src="https://transfer.hft-stuttgart.de/js/headfoot.js")
\ No newline at end of file
+    script(src="/js/headfoot.js")
\ No newline at end of file
diff --git a/views/DE/account/reset.pug b/views/DE/account/reset.pug
index 8f2d8f4c..56aa2d92 100644
--- a/views/DE/account/reset.pug
+++ b/views/DE/account/reset.pug
@@ -57,4 +57,4 @@ html(lang="de")
     // M4_LAB
     script(src="/js/security.js")
     script(src="/js/generalFunction.js")
-    script(src="https://transfer.hft-stuttgart.de/js/headfoot.js")
+    script(src="/js/headfoot.js")
-- 
GitLab