From 92441758fec812569e80b0c3dbf129b081a550a2 Mon Sep 17 00:00:00 2001 From: moneroexamples Date: Sun, 28 Jan 2018 09:23:26 +0800 Subject: [PATCH] fix: js error --- src/templates/partials/tx_details.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/templates/partials/tx_details.html b/src/templates/partials/tx_details.html index 1a125f6..9b5c8cb 100644 --- a/src/templates/partials/tx_details.html +++ b/src/templates/partials/tx_details.html @@ -241,7 +241,7 @@ var num_keys = Math.floor(key_str.length / 64); if (num_keys * 64 != key_str.length) - throw "num_keys * 64 != key_str.length; + throw "num_keys * 64 != key_str.length"; for (var i = 0; i < num_keys; i++) {