diff options
| author | rr- <rr-@sakuya.pl> | 2016-08-28 18:53:06 +0200 |
|---|---|---|
| committer | rr- <rr-@sakuya.pl> | 2016-08-28 23:40:28 +0200 |
| commit | cf1d15354df5e9062c4c8a24e24bd283214d06ca (patch) | |
| tree | c47a9711ffe7954c711e257d4f6b808565b538ff /client/html/posts_header.tpl | |
| parent | e83e1b06a1159ba66d2d8bf560d038ea3c7a07b3 (diff) | |
client/paging: avoid redrawing header navigation
Diffstat (limited to 'client/html/posts_header.tpl')
| -rw-r--r-- | client/html/posts_header.tpl | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/client/html/posts_header.tpl b/client/html/posts_header.tpl index 5b4f1d4..e34f061 100644 --- a/client/html/posts_header.tpl +++ b/client/html/posts_header.tpl @@ -12,11 +12,8 @@ %><% if (ctx.canMassTag) { %><% %><wbr/><% %><span class='masstag'><% - %><% if (ctx.parameters.tag) { %><% - %><span class='append masstag-hint'>Tagging with:</span><% - %><% } else { %><% - %><a href class='mousetrap button append open-masstag'>Mass tag</a><% - %><% } %><% + %><span class='append masstag-hint'>Tagging with:</span><% + %><a href class='mousetrap button append open-masstag'>Mass tag</a><% %><wbr/><% %><%= ctx.makeTextInput({name: 'masstag', value: ctx.parameters.tag}) %><% %><input class='mousetrap start-tagging' type='submit' value='Start tagging'/><% |