removed unnecessary alert

This commit is contained in:
Akinwale Ariwodola 2017-08-16 17:59:13 +01:00
parent 96fac56e70
commit 04802c3c00

View file

@ -42,7 +42,6 @@
var txhash = null;
if (hashpart.indexOf('?id=') > -1) {
txhash = hashpart.substring(hashpart.indexOf('?id=') + 4);
alert(txhash);
} else {
var parts = hashpart.split('/');
if (parts.length > 1) {