From 4373f2f70eb3e3488f1961d2d7d683757cca951c Mon Sep 17 00:00:00 2001 From: sD Date: Sun, 26 Apr 2020 16:44:53 +0200 Subject: do the same for the bg --- webAO/client.js | 1 + 1 file changed, 1 insertion(+) (limited to 'webAO/client.js') diff --git a/webAO/client.js b/webAO/client.js index 889c3b7..3d9b6b5 100644 --- a/webAO/client.js +++ b/webAO/client.js @@ -1372,6 +1372,7 @@ async changeBackground(position) { const { bg, desk, speedLines } = positions[position]; bench.className = position + "_bench"; + court.className = position + "_court"; if (viewport.chatmsg.type === 5) { court.src = `${AO_HOST}themes/default/${encodeURI(speedLines)}`; -- cgit