diff options
| author | sD <stoned@derpymail.org> | 2020-04-26 16:44:53 +0200 |
|---|---|---|
| committer | sD <stoned@derpymail.org> | 2020-04-26 16:44:53 +0200 |
| commit | 4373f2f70eb3e3488f1961d2d7d683757cca951c (patch) | |
| tree | 9877a537b8e368ef849c360a54cab84d8ca3d463 /webAO | |
| parent | 25f671e4a8e815524940c48d72fae0faecdf1e32 (diff) | |
do the same for the bg
Diffstat (limited to 'webAO')
| -rw-r--r-- | webAO/client.js | 1 |
1 files changed, 1 insertions, 0 deletions
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)}`; |
