diff --git a/views/forgotPwd.pug b/views/forgotPwd.pug index 0a50e90819fa2b302d1311c5c6a3ad1d2da3ae12..84ea934054a0a1748b2caa45f986c43042ffdd97 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 e40343083adaf04ef9d32ae8f9be5357f24fd98c..51d31093396d8db07c7560f0c86bacaa3c6c4caa 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 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 cd8f101ae2b7cd594336b176a748fcb43a8471b7..9908aa1a49a3a42cb756ba1b40ad0b3235687937 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 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