diff options
author | Killy | 2017-10-26 22:41:25 +0300 |
---|---|---|
committer | Killy | 2017-10-26 22:41:25 +0300 |
commit | b7545f62d85f0f9826486e6435d3b49fd7784456 (patch) | |
tree | da90aa410aaa46bf2765035aee293934146dde2b /juick-www/src/main/webapp/WEB-INF/views/thread.html | |
parent | ffd76dd8ac802322cc9cacce209464d87b754ffe (diff) |
www: comment form refactoring
Diffstat (limited to 'juick-www/src/main/webapp/WEB-INF/views/thread.html')
-rw-r--r-- | juick-www/src/main/webapp/WEB-INF/views/thread.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/juick-www/src/main/webapp/WEB-INF/views/thread.html b/juick-www/src/main/webapp/WEB-INF/views/thread.html index 747d7959..8e30fafa 100644 --- a/juick-www/src/main/webapp/WEB-INF/views/thread.html +++ b/juick-www/src/main/webapp/WEB-INF/views/thread.html @@ -77,7 +77,7 @@ {% endif %} </nav> {% if msg.VisitorCanComment %} - <form action="/comment" method="POST" enctype="multipart/form-data"> + <form action="/comment" method="POST" enctype="multipart/form-data" class="msg-comment-target"> <input type="hidden" name="mid" value="{{ msg.mid }}"/> <div class="msg-comment"> <div class="ta-wrapper"> |