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/index.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/index.html')
| -rw-r--r-- | webAO/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/webAO/index.html b/webAO/index.html index 7b19fd8..92b0684 100644 --- a/webAO/index.html +++ b/webAO/index.html @@ -23,7 +23,7 @@ </script> </head> -<body onload="onLoad()"> +<body> <nav class="navbar fixed-top navbar-expand-lg navbar-dark bg-dark fixed-top"> <div class="container"> <div class="collapse navbar-collapse" id="navbarResponsive"> |
