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

Skip to content 8000

Commit a0b7c5f

Browse files
committed
Show eth transfers.
1 parent 6f37f3f commit a0b7c5f

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

index.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
require dirname(__FILE__) . '/service/lib/ethplorer.php';
1919
$es = Ethplorer::db(array());
2020

21-
$codeVersion = isset($aConfig['codeVersion']) ? $aConfig['codeVersion'] : "216";
21+
$codeVersion = isset($aConfig['codeVersion']) ? $aConfig['codeVersion'] : "217";
2222

2323
$error = TRUE;
2424
$header = "";

js/ethplorer.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1163,6 +1163,11 @@ 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+
}
11661171
if(activeTab && data.pager && data.pager[activeTab]){
11671172
if(data.pager[activeTab].records > 100000 || Ethplorer.maxListSize > 100000){
11681173
$('#filter_list').hide();

0 commit comments

Comments
 (0)
0