Commit d321d182 authored by Wolfgang Knopki's avatar Wolfgang Knopki
Browse files

removed double import of jquery js

parent 42bfd86a
Showing with 145 additions and 117 deletions
+145 -117
...@@ -16,13 +16,13 @@ module.exports = { ...@@ -16,13 +16,13 @@ module.exports = {
} }
}, },
database: { database: {
//host: 'transfer.hft-stuttgart.de', // DB host host: 'transfer.hft-stuttgart.de', // DB host
user: 'DBManager', // DB username user: 'DBManager', // DB username
password: 'Stuttgart2019', // DB password password: 'Stuttgart2019', // DB password
port: 3306, // MySQL port port: 3306, // MySQL port
dbUser: 'userdb', // User DB dbUser: 'userdb', // User DB
//host_project: 'm4lab.hft-stuttgart.de', // DB host project db host_project: 'm4lab.hft-stuttgart.de', // DB host project db
host_project: 'localhost', // local //host_project: 'localhost', // local
dbProject: 'projectDB' // Project DB dbProject: 'projectDB' // Project DB
}, },
mailer: { mailer: {
......
This diff is collapsed.
...@@ -41,7 +41,6 @@ html(lang="de") ...@@ -41,7 +41,6 @@ html(lang="de")
// jQuery // jQuery
script(src="https://code.jquery.com/jquery-3.3.1.min.js") script(src="https://code.jquery.com/jquery-3.3.1.min.js")
script(src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js")
script(src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js", integrity="sha384-UO2eT0CpHqdSJQ6hJty5KVphtPhzWj9WO1clHTMGa3JDZwrnQq4sF86dIHNDz0W1", crossorigin="anonymous") script(src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js", integrity="sha384-UO2eT0CpHqdSJQ6hJty5KVphtPhzWj9WO1clHTMGa3JDZwrnQq4sF86dIHNDz0W1", crossorigin="anonymous")
// Bootstrap // Bootstrap
script(src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js" integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM" crossorigin="anonymous") script(src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js" integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM" crossorigin="anonymous")
...@@ -50,4 +49,4 @@ html(lang="de") ...@@ -50,4 +49,4 @@ html(lang="de")
script(src="/js/headfootLogout.js") script(src="/js/headfootLogout.js")
else else
script(src="/js/headfoot.js") script(src="/js/headfoot.js")
\ No newline at end of file
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment