diff options
| author | stonedDiscord <Tukz@gmx.de> | 2022-07-16 14:39:39 +0200 |
|---|---|---|
| committer | stonedDiscord <Tukz@gmx.de> | 2022-07-16 14:39:39 +0200 |
| commit | b60b656fceee55f689de2bdb30a86b7fd42e6810 (patch) | |
| tree | 796945bfdd3eb80361664a9e15f6e3cf76a03f43 /public | |
| parent | f3359b60bde9014e3ee56daa3d4104d61d8ee149 (diff) | |
something weird was going on with pantilt, creating lag. removed onload
Diffstat (limited to 'public')
| -rw-r--r-- | public/client.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/public/client.html b/public/client.html index 5d5f7b1..1fc83cb 100644 --- a/public/client.html +++ b/public/client.html @@ -76,7 +76,7 @@ <div id="client_background"> <div id="client_gamewindow"> <div id="client_fullview"> - <img id="client_court" onerror="switchPanTilt(2);" onload="switchPanTilt(1);"> + <img id="client_court"> <div id="client_stitch_court"> <img id="client_court_def" onerror="imgError(this);"> <img id="client_court_deft" onerror="imgError(this);"> |
