summary refs log tree commit diff
path: root/templates/post.html
diff options
context:
space:
mode:
authorMatt Arnold2025-04-10 19:25:38 -0400
committerMatt Arnold2025-04-10 19:25:38 -0400
commitc51aebd896459f65c675d719347f60fc3aefa781 (patch)
treefa8043e2f221adb46f3f86bf64fcf6d63b089560 /templates/post.html
parentf34df498c517a462aad98f2ab528a6d15974e46c (diff)
bad at js
Diffstat (limited to 'templates/post.html')
-rw-r--r--templates/post.html2
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>