diff options
| author | sD <stoned@derpymail.org> | 2020-05-05 20:31:15 +0200 |
|---|---|---|
| committer | sD <stoned@derpymail.org> | 2020-05-05 20:31:15 +0200 |
| commit | c3e68fa2c11420b493574ceb56d16e8790c6b71b (patch) | |
| tree | cc56aa0c81111d2e3ed35c38c535c53b0ea29ff3 /webAO/client.html | |
| parent | 6779c16675cdb1094d70a836e1065e7983567db6 (diff) | |
give this to the button
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 0e47929..6f711d8 100644 --- a/webAO/client.html +++ b/webAO/client.html @@ -319,7 +319,7 @@ <br> <div id="evidences"></div> <br> - <button id="button_present" alt="Present" class="client_button" onclick="toggleEffect()">Present</button> + <button id="button_present" alt="Present" class="client_button" onclick="toggleEffect(this)">Present</button> </span> <!-- Settings section --> |
