git ssb

16+

Dominic / patchbay



Commit 076bc560bddcd556d14aaa7642db1c24dcc22155

fix toggling of raw message

mixmix committed on 8/15/2018, 9:34:48 AM
Parent: e4dfc58d0cd500abacb735ee6d8b96d7e89df40c

Files changed

message/html/meta/raw.jschanged
message/html/meta/raw.jsView
@@ -11,9 +11,9 @@
1111 exports.create = (api) => {
1212 return nest('message.html.meta', raw)
1313
1414 function raw (msg, { rawMessage } = {}) {
15- return h('i.fa.fa-plus', {
15 + return h('i.toggle-raw-msg.fa.fa-plus', {
1616 title: 'View raw data',
1717 style: {
1818 order: 99,
1919 color: '#a8a8a8',

Built with git-ssb-web