diff --git a/views/forgotPwd.pug b/views/forgotPwd.pug index 6e186fb7301d99c4c7340c2dcbed62abce08b59d..7512f7ad516a3e70f6b012439f36e4e5b78032a1 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 3045fd42ef432019580844d3bfd8c76502c725fb..3cf17b7dbdc4c5be09f022264a8e5dfee7dc033e 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 1dcb0528c8e387878e6199b2aba8b0a09bfd9769..3a9173411b869fe3e4e4fc807bd00f58000e6a6b 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 42a91adc10642904c59f9ccdbeed42594f72baaf..ff0fa67a99cdf70f0247006c6ed98df4fe104175 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 fdd32a311efe2a757f563d56b4d9511bd4a7d966..18e0f8ea43cc072fdbb719e0e20a28c59f282b3d 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