diff --git a/knockoutwhist b/knockoutwhist index e432283..ec94ecd 160000 --- a/knockoutwhist +++ b/knockoutwhist @@ -1 +1 @@ -Subproject commit e4322839d1610ec2f641e2022426408faa2c0aa1 +Subproject commit ec94ecd46c4ae89191f99638fab1466e7093ed1e diff --git a/knockoutwhistweb/app/controllers/IngameController.scala b/knockoutwhistweb/app/controllers/IngameController.scala index ec941a4..c01083c 100644 --- a/knockoutwhistweb/app/controllers/IngameController.scala +++ b/knockoutwhistweb/app/controllers/IngameController.scala @@ -82,7 +82,8 @@ class IngameController @Inject() ( if (result.isSuccess) { Ok(Json.obj( "status" -> "success", - "redirectUrl" -> routes.IngameController.game(gameId).url + "redirectUrl" -> routes.IngameController.game(gameId).url, + "content" -> returnInnerHTML(game.get, request.user).toString() )) } else { val throwable = result.failed.get