Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Tabu
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
9
Issues
9
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Container Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Dennis Willers
Tabu
Commits
d9b1dd57
Commit
d9b1dd57
authored
Jan 09, 2021
by
Dennis Willers
🏀
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Change place for add
parent
32b2d525
Pipeline
#361
passed with stages
in 5 minutes and 26 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
21 additions
and
20 deletions
+21
-20
overview.component.html
src/app/overview/overview.component.html
+11
-10
select-game.component.html
src/app/select-game/select-game.component.html
+10
-10
No files found.
src/app/overview/overview.component.html
View file @
d9b1dd57
...
...
@@ -44,15 +44,16 @@
<br>
<button
[disabled]=
"buttonNextRoundDisabled || gameStatus.activeExplainer == 1"
mat-raised-button
color=
"primary"
(click)=
"nextRound()"
>
Ich erkläre und los!
</button>
</mat-card-actions>
<div
id=
"957159660"
>
<script
type=
"text/javascript"
>
try
{
window
.
_mNHandle
.
queue
.
push
(
function
(){
window
.
_mNDetails
.
loadTag
(
"
957159660
"
,
"
728x90
"
,
"
957159660
"
);
});
}
catch
(
error
)
{}
</script>
</div>
</mat-card>
<div
id=
"957159660"
>
<script
type=
"text/javascript"
>
try
{
window
.
_mNHandle
.
queue
.
push
(
function
(){
window
.
_mNDetails
.
loadTag
(
"
957159660
"
,
"
728x90
"
,
"
957159660
"
);
});
}
catch
(
error
)
{}
</script>
</div>
src/app/select-game/select-game.component.html
View file @
d9b1dd57
...
...
@@ -20,14 +20,14 @@
<button
[disabled]=
"buttonCreateGameDisabled"
mat-raised-button
color=
"primary"
(click)=
"createGame(sessionName.value)"
>
Spiel erstellen
</button>
<button
[disabled]=
"buttonJoinGameDisabled"
mat-raised-button
color=
"primary"
(click)=
"joinGame(sessionName.value)"
>
Spiel beitreten
</button>
</mat-card-actions>
<div
id=
"957159660"
>
<script
type=
"text/javascript"
>
try
{
window
.
_mNHandle
.
queue
.
push
(
function
(){
window
.
_mNDetails
.
loadTag
(
"
957159660
"
,
"
728x90
"
,
"
957159660
"
);
});
}
catch
(
error
)
{}
</script>
</div>
</mat-card>
<div
id=
"957159660"
>
<script
type=
"text/javascript"
>
try
{
window
.
_mNHandle
.
queue
.
push
(
function
(){
window
.
_mNDetails
.
loadTag
(
"
957159660
"
,
"
728x90
"
,
"
957159660
"
);
});
}
catch
(
error
)
{}
</script>
</div>
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a 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