diff --git a/floscout.svg b/floscout.svg new file mode 100644 index 0000000..98bda1b --- /dev/null +++ b/floscout.svg @@ -0,0 +1,11 @@ + \ No newline at end of file diff --git a/index.html b/index.html index 12a39a3..fe92bd8 100644 --- a/index.html +++ b/index.html @@ -11,6 +11,7 @@ +
@@ -672,11 +673,17 @@ if (type == 'smartContractPays' || type == ' smartContractPays') { name = '' } + // split camel case to words + type = type.replace(/([A-Z])/g, ' $1').replace(/^./, function (str) { + return str.toUpperCase(); + }); return html`