From d10fdd236fa50faa082ea55393c7c9cbed8a1952 Mon Sep 17 00:00:00 2001 From: Wolfgang Knopki <wolfgang.knopki@hft-stuttgart.de> Date: Mon, 23 Mar 2020 11:26:31 +0100 Subject: [PATCH] changed static links to headfoot.js --- views/DE/project/mailinglists.pug | 2 +- views/DE/project/project-simplified.pug | 2 +- views/DE/project/projectOverview.pug | 2 +- views/DE/project/projects.pug | 2 +- views/DE/project/videoconferences.pug | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/views/DE/project/mailinglists.pug b/views/DE/project/mailinglists.pug index 677d0f32..1bc8f5c2 100644 --- a/views/DE/project/mailinglists.pug +++ b/views/DE/project/mailinglists.pug @@ -58,4 +58,4 @@ html(lang="de") if isUserAuthenticated script(src="/js/headfootLogout.js") else - 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/project/project-simplified.pug b/views/DE/project/project-simplified.pug index 5fa716cf..6dead87f 100644 --- a/views/DE/project/project-simplified.pug +++ b/views/DE/project/project-simplified.pug @@ -44,4 +44,4 @@ html(lang="de") if isUserAuthenticated script(src="/js/headfootLogout.js") else - 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/project/projectOverview.pug b/views/DE/project/projectOverview.pug index f3659ab4..7cf545fb 100644 --- a/views/DE/project/projectOverview.pug +++ b/views/DE/project/projectOverview.pug @@ -165,4 +165,4 @@ html(lang="de") if isUserAuthenticated script(src="/js/headfootLogout.js") else - 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/project/projects.pug b/views/DE/project/projects.pug index 10987e62..78a12ecf 100644 --- a/views/DE/project/projects.pug +++ b/views/DE/project/projects.pug @@ -114,4 +114,4 @@ html(lang="de") if isUserAuthenticated script(src="/js/headfootLogout.js") else - 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/project/videoconferences.pug b/views/DE/project/videoconferences.pug index 1f9336d0..12fc17a9 100644 --- a/views/DE/project/videoconferences.pug +++ b/views/DE/project/videoconferences.pug @@ -67,4 +67,4 @@ html(lang="de") if isUserAuthenticated script(src="/js/headfootLogout.js") else - 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