Learn: Don't load chessground twice

pull/9243/head
Benedikt Werner 2021-06-24 03:43:46 +02:00
parent f645f6a9e5
commit 9dc2be1656
No known key found for this signature in database
GPG Key ID: 1DBFF0F8E9E121EB
1 changed files with 2 additions and 1 deletions

View File

@ -33,7 +33,8 @@ object index {
url = s"$netBaseUrl${routes.Learn.index}"
)
.some,
zoomable = true
zoomable = true,
chessground = false
) {
main(id := "learn-app")
}