diff options
| author | sD <stoned@derpymail.org> | 2019-12-26 18:02:05 +0100 |
|---|---|---|
| committer | sD <stoned@derpymail.org> | 2019-12-26 18:02:05 +0100 |
| commit | fd81db5965b3847491e808dea67dd353c896a6e4 (patch) | |
| tree | de17fcd25842cb59ace958dbdf53bb92ea30332b | |
| parent | 32c42015e57e7cf2d5c66a1d54ceec2e9cdb1214 (diff) | |
show fg as i will use it for flash
| -rw-r--r-- | webAO/client.css | 1 | ||||
| -rw-r--r-- | webAO/client.html | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/webAO/client.css b/webAO/client.css index 95b6cca..895293e 100644 --- a/webAO/client.css +++ b/webAO/client.css @@ -193,7 +193,6 @@ img { } #client_fg { - display: none; position: absolute; height: 100%; width: 100%; diff --git a/webAO/client.html b/webAO/client.html index 84bf1d3..be402b7 100644 --- a/webAO/client.html +++ b/webAO/client.html @@ -26,7 +26,7 @@ <img id="client_pair_char" alt="Paired character" style="display: none;" onerror="charError(this);"> <img id="client_char" alt="Character" onerror="charError(this);"> <img id="client_bench"> - <img id="client_fg" alt="Various overlay" onerror="imgError(this);"> + <img id="client_fg" alt="Various overlay" src="misc/placeholder.gif" onerror="imgError(this);"> <img id="client_evi" src="misc/evidence_selector.png" alt="Character Evidence" onerror="imgError(this);"> <img id="client_shout" alt="Shout overlay" src="misc/placeholder.gif" onerror="imgError(this);"> |
