From b591f1d550acded22f59e648131031158b146e7c Mon Sep 17 00:00:00 2001 From: Wolfgang Knopki <wolfgang.knopki@hft-stuttgart.de> Date: Thu, 29 Oct 2020 15:06:16 +0100 Subject: [PATCH] changed headfoot path to relative --- views/DE/project/pagesList.pug | 2 +- views/DE/project/projectList.pug | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/views/DE/project/pagesList.pug b/views/DE/project/pagesList.pug index f36cb3a..e2a91b1 100644 --- a/views/DE/project/pagesList.pug +++ b/views/DE/project/pagesList.pug @@ -70,7 +70,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") // Header - script(src="https://transfer.hft-stuttgart.de/js/headfoot.js") + script(src="/js/headfoot.js") script. function searchFunction() { var input = document.getElementById("searchInput") diff --git a/views/DE/project/projectList.pug b/views/DE/project/projectList.pug index 94013d6..a60efa5 100644 --- a/views/DE/project/projectList.pug +++ b/views/DE/project/projectList.pug @@ -70,7 +70,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") // Header - script(src="https://transfer.hft-stuttgart.de/js/headfoot.js") + script(src="/js/headfoot.js") script. function searchFunction() { var input = document.getElementById("searchInput") -- GitLab