git ssb

16+

Dominic / patchbay



Tree: 22ac3515bce601bc6b12f4d9711872d620a91d91

Files: 22ac3515bce601bc6b12f4d9711872d620a91d91 / modules / message-id.js

237 bytesRaw
1
2var h = require('hyperscript')
3
4exports.message_meta = function (msg) {
5 return h('div',h('input', {value: msg.key, readonly:'', onclick: function (ev) {
6 ev.target.select()
7 ev.stopPropagation()
8 ev.preventDefault()
9 }}))
10}
11

Built with git-ssb-web