diff options
| author | sD <stoned@derpymail.org> | 2020-01-02 19:01:16 +0100 |
|---|---|---|
| committer | sD <stoned@derpymail.org> | 2020-01-02 19:01:16 +0100 |
| commit | c52232539c1ef689e9ab5e04ff74a90bc3966eb3 (patch) | |
| tree | c800c4afabf7e1f7d761ff5ee46c3513c44a0c66 /webAO/client.html | |
| parent | ddec46497e13ca577e3b8e238d00174b2617635c (diff) | |
change fingerprint lib to valves
the library wants to be the first thing to load after the page is idle, so i had to move all the onload things in the handle after the library ran
Diffstat (limited to 'webAO/client.html')
| -rw-r--r-- | webAO/client.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/webAO/client.html b/webAO/client.html index 71e2e86..21660dd 100644 --- a/webAO/client.html +++ b/webAO/client.html @@ -301,7 +301,7 @@ <!-- About section --> <span class="menu_content" id="content_4"> <meta name="frame-title" lang="en" content="About"> - <img id="about-logo" src="images/logo-new.png" onload="loadSettings()" alt="Attorney Online logo"> + <img id="about-logo" src="images/logo-new.png" alt="Attorney Online logo"> <h1 style="line-height: .3em;">webAO</h1> <h3>version 2.4</h3> <p>Client created by |
