diff options
| author | rr- <rr-@sakuya.pl> | 2016-07-30 21:47:56 +0200 |
|---|---|---|
| committer | rr- <rr-@sakuya.pl> | 2016-07-30 23:12:31 +0200 |
| commit | e464e69b36eb615b09b59adf442a03044a8e46bd (patch) | |
| tree | 10018aba83888bf93598bbcf1392ed4d88c057be /client/html/posts_header.tpl | |
| parent | 29bc41f5dad0802c32474f042d09203b6ab8bc3f (diff) | |
client/general: remove faux href='#' from links
Diffstat (limited to 'client/html/posts_header.tpl')
| -rw-r--r-- | client/html/posts_header.tpl | 4 |
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> |