From 9d8718d01a06d8ad12670d3926c039d9d9ebe20e Mon Sep 17 00:00:00 2001 From: czaks <marcin@6irc.net> Date: Wed, 25 Dec 2013 14:24:17 +0100 Subject: [PATCH] fix previous commit --- templates/post_thread.html | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/templates/post_thread.html b/templates/post_thread.html index df4470fc..5c761d1b 100644 --- a/templates/post_thread.html +++ b/templates/post_thread.html @@ -96,19 +96,6 @@ <a class="post_no" onclick="return document.querySelectorAll('div.banner').length ? citeReply({{ post.id }}) : true;" href="{{ post.link('q') }}"> {{ post.id }} </a> - - <a class="post_no" href="{{ post.link }}">No.</a> - <a class="post_no" - {% if not index %} - onclick="citeReply({{ post.id }});" - {% endif %} - href="{% if index %} - {{ post.link('q') }} - {% else %} - javascript:void(0); - {% endif %}"> - {{ post.id }} - </a> {% if post.sticky %} {% if config.font_awesome %} <i class="icon-pushpin icon"></i>