Skip to content

Commit ff61fdb

Browse files
committed
fix ga analytics
1 parent 1b0c452 commit ff61fdb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/ethplorer.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -425,7 +425,7 @@ Ethplorer = {
425425
Ethplorer.gaSendEvent('pageView', 'viewTx', 'tx-not-found');
426426
Ethplorer.error(
427427
'Transaction not found',
428-
'If transaction was created recently, it may not have reached mempool yet.<br/> Wait a minute and try to <a href="javascript:void()" onClick="Ethplorer.gaSendEvent(\'pageView\', \'viewTx\', \'refresh\'); location.reload();">refresh</a> the page.'
428+
'If transaction was created recently, it may not have reached mempool yet.<br/> Wait a minute and try to <a href="javascript:void()" onClick="Ethplorer.gaSendEvent(\'pageView\', \'viewTx\', \'refresh\'); setTimeout(function() { location.reload(); }, 500);">refresh</a> the page.'
429429
);
430430
return;
431431
}

0 commit comments

Comments
 (0)