Commit be83388e349e11675d91cfaaf75f2c73b39d0041
Merge branch 'master' of https://github.com/evbogue/patchbay
Dominic Tarr committed on 7/21/2016, 5:00:53 AMParent: b01bad32c369762222f0a3c65798150593536a6b
Parent: 100271d8c2e70a39363fa46ab08fe0ad5ff6328b
Files changed
modules/like.js | changed |
style.css | changed |
modules/like.js | ||
---|---|---|
@@ -36,9 +36,9 @@ | ||
36 | 36 | } |
37 | 37 | |
38 | 38 | exports.message_action = function (msg, sbot) { |
39 | 39 | if(msg.value.content.type !== 'vote') |
40 | - return h('a', {href: '#', onclick: function () { | |
40 | + return h('a.dig', {href: '#', onclick: function () { | |
41 | 41 | var dig = { |
42 | 42 | type: 'vote', |
43 | 43 | vote: { link: msg.key, value: 1, expression: 'Dig' } |
44 | 44 | } |
Built with git-ssb-web