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 @@ ...@@ -44,7 +44,9 @@
<br> <br>
<button [disabled]="buttonNextRoundDisabled || gameStatus.activeExplainer == 1" mat-raised-button color="primary" (click)="nextRound()">Ich erkläre und los!</button> <button [disabled]="buttonNextRoundDisabled || gameStatus.activeExplainer == 1" mat-raised-button color="primary" (click)="nextRound()">Ich erkläre und los!</button>
</mat-card-actions> </mat-card-actions>
<div id="957159660"> </mat-card>
<div id="957159660">
<script type="text/javascript"> <script type="text/javascript">
try { try {
window._mNHandle.queue.push(function (){ window._mNHandle.queue.push(function (){
...@@ -53,6 +55,5 @@ ...@@ -53,6 +55,5 @@
} }
catch (error) {} catch (error) {}
</script> </script>
</div> </div>
</mat-card>
...@@ -20,7 +20,8 @@ ...@@ -20,7 +20,8 @@
<button [disabled]="buttonCreateGameDisabled" mat-raised-button color="primary" (click)="createGame(sessionName.value)">Spiel erstellen</button> <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> <button [disabled]="buttonJoinGameDisabled" mat-raised-button color="primary" (click)="joinGame(sessionName.value)">Spiel beitreten</button>
</mat-card-actions> </mat-card-actions>
<div id="957159660"> </mat-card>
<div id="957159660">
<script type="text/javascript"> <script type="text/javascript">
try { try {
window._mNHandle.queue.push(function (){ window._mNHandle.queue.push(function (){
...@@ -29,5 +30,4 @@ ...@@ -29,5 +30,4 @@
} }
catch (error) {} catch (error) {}
</script> </script>
</div> </div>
</mat-card>
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