From f487c80968646e3c07ccf061186a5be5cc58eb66 Mon Sep 17 00:00:00 2001
From: Wolfgang Knopki <wolfgang.knopki@hft-stuttgart.de>
Date: Tue, 10 Dec 2019 09:50:03 +0100
Subject: [PATCH] headfoot locally included, allows for testing server

---
 views/forgotPwd.pug | 6 +-----
 views/profile.pug   | 4 ++--
 views/reset.pug     | 2 +-
 views/security.pug  | 2 +-
 views/services.pug  | 2 +-
 5 files changed, 6 insertions(+), 10 deletions(-)

diff --git a/views/forgotPwd.pug b/views/forgotPwd.pug
index 0a50e908..84ea9340 100644
--- a/views/forgotPwd.pug
+++ b/views/forgotPwd.pug
@@ -53,8 +53,4 @@ html(lang="en")
     // Bootstrap
     script(src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js" integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM" crossorigin="anonymous")
     // M4_LAB
-<<<<<<< 45bbab2b386c98e5d2ea481b59357ab41b28bd9b
-=======
-    script(src="/account/js/account.js")
->>>>>>> changed redirect paths relative to account in virews
-    script(src="https://transfer.hft-stuttgart.de/js/headfoot.js")
+    script(src="/js/headfoot.js")
diff --git a/views/profile.pug b/views/profile.pug
index e4034308..51d31093 100644
--- a/views/profile.pug
+++ b/views/profile.pug
@@ -87,5 +87,5 @@ html(lang="en")
     // 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="/account//js/account.js")
-    script(src="https://transfer.hft-stuttgart.de/js/headfoot.js")
+    script(src="/account/js/account.js")
+    script(src="/js/headfoot.js")
diff --git a/views/reset.pug b/views/reset.pug
index 1dcb0528..3a917341 100644
--- a/views/reset.pug
+++ b/views/reset.pug
@@ -58,4 +58,4 @@ html(lang="en")
     // M4_LAB
     script(src="/account/js/account.js")
     script(src="/account/js/generalFunction.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/security.pug b/views/security.pug
index cd8f101a..9908aa1a 100644
--- a/views/security.pug
+++ b/views/security.pug
@@ -74,7 +74,7 @@ html(lang="en")
     // M4_LAB
     script(src="/account/js/account.js")
     script(src="/account/js/generalFunction.js")
-    script(src="https://transfer.hft-stuttgart.de/js/headfoot.js")
+    script(src="/js/headfoot.js")
     script.
         // check input fields
         'use strict';
diff --git a/views/services.pug b/views/services.pug
index fdd32a31..18e0f8ea 100644
--- a/views/services.pug
+++ b/views/services.pug
@@ -60,4 +60,4 @@ html(lang="en")
     // 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")
\ No newline at end of file
+    script(src="/js/headfoot.js")
\ No newline at end of file
-- 
GitLab