voterunner

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

commit
0ae63d3da1f798da90b8c628fe1323043f8c3432
parent
8dcfa36a6bd631a3c6e88725a168f1a54fdb9ea3
Author
Tobias Bengfort <tobias.bengfort@gmx.net>
Date
2016-09-11 10:35
add virtualdom keys

Diffstat

M static/src/voterunner.js 1 +

1 files changed, 1 insertions, 0 deletions


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

@@ -93,6 +93,7 @@ var tplNode = function(nodes, node, ID) {
   93    93 	}
   94    94 
   95    95 	return h('li.node#node-' + node.id, {
   -1    96 		key: 'node-' + node.id,
   96    97 		className: classList.join(' '),
   97    98 	}, [
   98    99 		h('article.body', [