8000 Hide filter for big lists. · etherscan-io/Ethplorer@c45ad4c · GitHub
[go: up one dir, main page]

Skip to content

Commit c45ad4c

Browse files
committed
Hide filter for big lists.
1 parent 1c008db commit c45ad4c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

js/ethplorer.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -973,6 +973,8 @@ Ethplorer = {
973973

974974
if(data.contract && data.contract.txsCount && (data.contract.txsCount > data.token.txsCount)){
975975
data.token.txsCount = data.contract.txsCount;
976+
}
977+
if(data.token && data.token.txsCount){
976978
if(data.token.txsCount > Ethplorer.maxListSize) Ethplorer.maxListSize = data.token.txsCount;
977979
}
978980

0 commit comments

Comments
 (0)
0