Commit d9b1dd57 authored by Dennis Willers's avatar Dennis Willers 🏀

Change place for add

parent 32b2d525
Pipeline #361 passed with stages
in 5 minutes and 26 seconds
......@@ -44,7 +44,9 @@
<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">
</mat-card>
<div id="957159660">
<script type="text/javascript">
try {
window._mNHandle.queue.push(function (){
......@@ -53,6 +55,5 @@
}
catch (error) {}
</script>
</div>
</mat-card>
</div>
......@@ -20,7 +20,8 @@
<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">
</mat-card>
<div id="957159660">
<script type="text/javascript">
try {
window._mNHandle.queue.push(function (){
......@@ -29,5 +30,4 @@
}
catch (error) {}
</script>
</div>
</mat-card>
</div>
Markdown is supported
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