diff options
Diffstat (limited to 'static/npost.html')
-rw-r--r-- | static/npost.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/static/npost.html b/static/npost.html index bf07c63..dd5c898 100644 --- a/static/npost.html +++ b/static/npost.html @@ -24,7 +24,7 @@ <li style="display: inline"><a href="javascript:location.reload()">[Refresh]</a></li> </ul> <div style=": inline; text-align: center;"> - <span><a href="javascript:quote('{{ $board.Actor }}', '{{ (index .Posts 0).Id }}', '{{ (index .Posts 0).Id }}')">[Post a Reply]</a></span> + <span><a id="reply-content" href="javascript:quote('{{ $board.Actor }}', '{{ (index .Posts 0).Id }}', 'reply')">[Post a Reply]</a></span> {{ $replies := (index .Posts 0).Replies }} <span style="float: right;">{{ $replies.TotalItems }} / {{ $replies.TotalImgs }}</span> </div> |