diff options
author | Matt Arnold | 2025-04-10 19:25:38 -0400 |
---|---|---|
committer | Matt Arnold | 2025-04-10 19:25:38 -0400 |
commit | c51aebd896459f65c675d719347f60fc3aefa781 (patch) | |
tree | fa8043e2f221adb46f3f86bf64fcf6d63b089560 | |
parent | f34df498c517a462aad98f2ab528a6d15974e46c (diff) |
bad at js
-rw-r--r-- | templates/post.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/post.html b/templates/post.html index b585cab..107b1a2 100644 --- a/templates/post.html +++ b/templates/post.html @@ -32,7 +32,7 @@ <a href="{{ url_for('create', reply=post.id)}}"> Reply</a> ~ <a href="{{ url_for('index') }}">Back to posts</a> </div> -<button type="button" class="collapsible" onload="openNav()">Navigation</button> +<button type="button" class="collapsible" onclick="openNav()">Navigation</button> <div class="content"> <hr> <h3>Previously to this </h3> |