voterunner

quick and dirty votes and discussions
git clone https://git.ce9e.org/voterunner.git

commit
2035f42baf8f62b73311fdb94e7fc1674d48f982
parent
d30662559fdd8ae88f9c0cee6b94f70207426d23
Author
Tobias Bengfort <tobias.bengfort@gmx.net>
Date
2016-09-09 15:15
change title on expanded expand button

Diffstat

M static/src/voterunner.js 2 +-

1 files changed, 1 insertions, 1 deletions


diff --git a/static/src/voterunner.js b/static/src/voterunner.js

@@ -98,7 +98,7 @@ var tplNode = function(nodes, node, ID) {
   98    98 		h('article.body', [
   99    99 			h('header.header', [
  100   100 				h('button.expand', {
  101    -1 					title: _('expand'),
   -1   101 					title: _(node.expanded ? 'collapse' : 'expand'),
  102   102 				}),
  103   103 				h('div.votes', '' + getVotes(nodes, node)),
  104   104 				h('button.delegate', {