Skip to content

Commit 748574e

Browse files
committed
Show eth transfers.
1 parent a0b7c5f commit 748574e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

js/ethplorer.js

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1163,12 +1163,12 @@ Ethplorer = {
11631163
},
11641164
showFilter: function(data){
11651165
var activeTab = Ethplorer.getActiveTab();
1166-
if(activeTab != 'transfers'){
1167-
Ethplorer.showTx = false;
1168-
}else{
1169-
Ethplorer.showTx = Ethplorer.Storage.get('showTx', 'all');
1170-
}
11711166
if(activeTab && data.pager && data.pager[activeTab]){
1167+
if(activeTab != 'transfers'){
1168+
Ethplorer.showTx = false;
1169+
}else{
1170+
Ethplorer.showTx = Ethplorer.Storage.get('showTx', 'all');
1171+
}
11721172
if(data.pager[activeTab].records > 100000 || Ethplorer.maxListSize > 100000){
11731173
$('#filter_list').hide();
11741174
}else{

0 commit comments

Comments
 (0)