removed unnecessary alert
This commit is contained in:
parent
96fac56e70
commit
04802c3c00
1 changed files with 0 additions and 1 deletions
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue