Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
arsnova-lite
Manage
Activity
Members
Labels
Plan
Issues
24
Issue boards
Milestones
Wiki
Code
Merge requests
2
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Privacy
Imprint
Contact
Snippets
Groups
Projects
Show more breadcrumbs
ARSnova
arsnova-lite
Commits
c6cc206b
Commit
c6cc206b
authored
5 years ago
by
Klaus-Dieter Quibeldey-Cirkel
Browse files
Options
Downloads
Plain Diff
Merge branch 'staging' into 'master'
adjust some settings See merge request
arsnova/arsnova-lite!245
parents
9f6069d8
e6392b35
1 merge request
!245
adjust some settings
Pipeline
#27407
passed with stages
in 7 minutes and 56 seconds
Changes
2
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/assets/config/config.dev.json
+2
-2
2 additions, 2 deletions
src/assets/config/config.dev.json
src/index.html
+3
-3
3 additions, 3 deletions
src/index.html
with
5 additions
and
5 deletions
src/assets/config/config.dev.json
+
2
−
2
View file @
c6cc206b
...
...
@@ -2,10 +2,10 @@
"env"
:
{
"name"
:
"dev"
},
"authentication"
:
{
"lecturer"
:
{
"allowGuest"
:
fals
e
"allowGuest"
:
tru
e
},
"student"
:
{
"allowGuest"
:
true
...
...
This diff is collapsed.
Click to expand it.
src/index.html
+
3
−
3
View file @
c6cc206b
...
...
@@ -3,8 +3,8 @@
<head>
<meta
charset=
"utf-8"
>
<meta
http-equiv=
"X-UA-Compatible"
content=
"IE=edge"
>
<meta
name=
"description"
content=
"A responsive, interactive Audience Response System
,
developed at THM"
>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=
2
.0"
>
<meta
name=
"description"
content=
"A responsive, interactive Audience Response System developed at THM"
>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=
5
.0"
>
<title>
ARSnova
</title>
<base
href=
"/"
>
...
...
@@ -36,7 +36,7 @@
<link
rel=
"stylesheet"
href=
"https://fonts.googleapis.com/css?family=Roboto:regular,bold,italic,thin,light,bolditalic,black,medium&lang=en"
>
<link
rel=
"manifest"
href=
"manifest.webmanifest"
>
<meta
name=
"theme-color"
content=
"#
fafafa
"
>
<meta
name=
"theme-color"
content=
"#
121212
"
>
</head>
<body>
<app-root></app-root>
...
...
This diff is collapsed.
Click to expand it.
Preview
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!
Save comment
Cancel
Please
register
or
sign in
to comment