File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 18
18
require dirname (__FILE__ ) . '/service/lib/ethplorer.php ' ;
19
19
$ es = Ethplorer::db (array ());
20
20
21
- $ codeVersion = isset ($ aConfig ['codeVersion ' ]) ? $ aConfig ['codeVersion ' ] : "216 " ;
21
+ $ codeVersion = isset ($ aConfig ['codeVersion ' ]) ? $ aConfig ['codeVersion ' ] : "217 " ;
22
22
23
23
$ error = TRUE ;
24
24
$ header = "" ;
Original file line number Diff line number Diff line change @@ -1163,6 +1163,11 @@ Ethplorer = {
1163
1163
} ,
1164
1164
showFilter : function ( data ) {
1165
1165
var activeTab = Ethplorer . getActiveTab ( ) ;
1166
+ if ( activeTab != 'transfers' ) {
1167
+ Ethplorer . showTx = false ;
1168
+ } else {
1169
+ Ethplorer . showTx = Ethplorer . Storage . get ( 'showTx' , 'all' ) ;
1170
+ }
1166
1171
if ( activeTab && data . pager && data . pager [ activeTab ] ) {
1167
1172
if ( data . pager [ activeTab ] . records > 100000 || Ethplorer . maxListSize > 100000 ) {
1168
1173
$ ( '#filter_list' ) . hide ( ) ;
You can’t perform that action at this time.
0 commit comments