8000 Show eth/tokens transfers. · etherscan-io/Ethplorer@79cbb5e · GitHub
[go: up one dir, main page]

Skip to content

Commit 79cbb5e

Browse files
committed
Show eth/tokens transfers.
1 parent e8e6d46 commit 79cbb5e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

js/ethplorer.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1253,6 +1253,7 @@ Ethplorer = {
12531253
showTransfers: function(switcher, type){
12541254
Ethplorer.Nav.del('transfers');
12551255
if(switcher.checked){
1256+
type = 'all';
12561257
Ethplorer.showTx = 'all';
12571258
}else{
12581259
if(type == 'eth'){
@@ -1265,7 +1266,7 @@ Ethplorer = {
12651266
}
12661267
Ethplorer.gaSendEvent('userAction', 'listShowTx', type);
12671268
Ethplorer.Storage.set('showTx', type);
1268-
Ethplorer.Nav.set('showTx', type);
1269+
if(type != 'all') Ethplorer.Nav.set('showTx', type);
12691270
var tab = Ethplorer.getActiveTab();
12701271
Ethplorer.reloadTab(tab);
12711272
},

0 commit comments

Comments
 (0)
0