Show More
@@ -50,3 +50,5 b' function addQuickReply(postId) {' | |||
|
50 | 50 | |
|
51 | 51 | $("html, body").animate({ scrollTop: $(textAreaId).offset().top }, "slow"); |
|
52 | 52 | } |
|
53 | ||
|
54 | $('form').toggle(); |
@@ -47,7 +47,9 b'' | |||
|
47 | 47 | |
|
48 | 48 | <div class="post-form-w"> |
|
49 | 49 | <script src="{% static 'js/panel.js' %}"></script> |
|
50 | <div class="form-title">{% trans "Reply to thread" %} #{{ opening_post.id }}</div> | |
|
50 | <div class="form-title" | |
|
51 | onclick="$('form').toggle();" | |
|
52 | >{% trans "Reply to thread" %} #{{ opening_post.id }}</div> | |
|
51 | 53 | <div class="post-form"> |
|
52 | 54 | <form id="form" enctype="multipart/form-data" method="post" |
|
53 | 55 | >{% csrf_token %} |
General Comments 0
You need to be logged in to leave comments.
Login now