From eb839e6cb84adc8755d1dbb93a2c27436259a155 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 | 2 +- views/profile.pug | 4 ++-- views/reset.pug | 2 +- views/security.pug | 2 +- views/services.pug | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/views/forgotPwd.pug b/views/forgotPwd.pug index 6e186fb7..7512f7ad 100644 --- a/views/forgotPwd.pug +++ b/views/forgotPwd.pug @@ -53,4 +53,4 @@ html(lang="en") 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") \ No newline at end of file + script(src="/js/headfoot.js") \ No newline at end of file diff --git a/views/profile.pug b/views/profile.pug index 3045fd42..3cf17b7d 100644 --- a/views/profile.pug +++ b/views/profile.pug @@ -81,5 +81,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") \ No newline at end of file + script(src="/account/js/account.js") + script(src="/js/headfoot.js") \ No newline at end of file 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 42a91adc..ff0fa67a 100644 --- a/views/security.pug +++ b/views/security.pug @@ -71,7 +71,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