diff options
Diffstat (limited to 'templates')
-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> |