Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
m4lab_tv1
User Account
Commits
d321d182
Commit
d321d182
authored
Apr 09, 2020
by
Wolfgang Knopki
Browse files
removed double import of jquery js
parent
42bfd86a
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
config/config.js
View file @
d321d182
...
...
@@ -16,13 +16,13 @@ module.exports = {
}
},
database
:
{
//
host: 'transfer.hft-stuttgart.de', // DB host
host
:
'
transfer.hft-stuttgart.de
'
,
// DB host
user
:
'
DBManager
'
,
// DB username
password
:
'
Stuttgart2019
'
,
// DB password
port
:
3306
,
// MySQL port
dbUser
:
'
userdb
'
,
// User DB
//
host_project: 'm4lab.hft-stuttgart.de', // DB host project db
host_project
:
'
localhost
'
,
// local
host_project
:
'
m4lab.hft-stuttgart.de
'
,
// DB host project db
//
host_project: 'localhost', // local
dbProject
:
'
projectDB
'
// Project DB
},
mailer
:
{
...
...
package-lock.json
View file @
d321d182
This diff is collapsed.
Click to expand it.
views/DE/project/project-simplified.pug
View file @
d321d182
...
...
@@ -41,7 +41,6 @@ html(lang="de")
// jQuery
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")
// Bootstrap
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")
script(src="/js/headfootLogout.js")
else
script(src="/js/headfoot.js")
\ No newline at end of file
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment