Commit 076bc560bddcd556d14aaa7642db1c24dcc22155
fix toggling of raw message
mixmix committed on 8/15/2018, 9:34:48 AMParent: e4dfc58d0cd500abacb735ee6d8b96d7e89df40c
Files changed
message/html/meta/raw.js | changed |
message/html/meta/raw.js | |||
---|---|---|---|
@@ -11,9 +11,9 @@ | |||
11 | 11 … | exports.create = (api) => { | |
12 | 12 … | return nest('message.html.meta', raw) | |
13 | 13 … | ||
14 | 14 … | function raw (msg, { rawMessage } = {}) { | |
15 | - return h('i.fa.fa-plus', { | ||
15 … | + return h('i.toggle-raw-msg.fa.fa-plus', { | ||
16 | 16 … | title: 'View raw data', | |
17 | 17 … | style: { | |
18 | 18 … | order: 99, | |
19 | 19 … | color: '#a8a8a8', |
Built with git-ssb-web