Unverified Commit 91740943 authored by n3tc0m's avatar n3tc0m Committed by GitHub

Update txlogger.js

Decoded output log now have copytoclipboard feature
parent 19e62c9f
......@@ -536,7 +536,9 @@ function createTable (opts) {
var outputDecoded = yo`
<tr class="${css.tr}">
<td class="${css.td}"> decoded output </td>
<td class="${css.td}" id="decodedoutput" >${opts['decoded output']}</td>
<td class="${css.td}" id="decodedoutput" >${opts['decoded output']}
${copyToClipboard(opts['decoded output'])}
</td>
</tr>`
table.appendChild(outputDecoded)
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment