summaryrefslogtreecommitdiff
path: root/client/html/posts_header.tpl
diff options
context:
space:
mode:
authorrr- <rr-@sakuya.pl>2016-07-30 21:47:56 +0200
committerrr- <rr-@sakuya.pl>2016-07-30 23:12:31 +0200
commite464e69b36eb615b09b59adf442a03044a8e46bd (patch)
tree10018aba83888bf93598bbcf1392ed4d88c057be /client/html/posts_header.tpl
parent29bc41f5dad0802c32474f042d09203b6ab8bc3f (diff)
client/general: remove faux href='#' from links
Diffstat (limited to 'client/html/posts_header.tpl')
-rw-r--r--client/html/posts_header.tpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/client/html/posts_header.tpl b/client/html/posts_header.tpl
index a1af737..431a471 100644
--- a/client/html/posts_header.tpl
+++ b/client/html/posts_header.tpl
@@ -12,11 +12,11 @@
<% if (ctx.parameters.tag) { %>
<span class='append'>Tagging with:</span>
<% } else { %>
- <a class='mousetrap button append open-masstag' href='#'>Mass tag</a>
+ <a class='mousetrap button append open-masstag'>Mass tag</a>
<% } %>
<%= ctx.makeTextInput({name: 'masstag', value: ctx.parameters.tag}) %>
<input class='mousetrap start-tagging' type='submit' value='Start tagging'/>
- <a class='mousetrap button append stop-tagging' href='#'>Stop tagging</a>
+ <a class='mousetrap button append stop-tagging'>Stop tagging</a>
</form>
<% } %>
</div>