@@ -310,7 +310,7 @@ function init(){
310
310
//Populate Icons
311
311
$C [ 'TogMode' ] . innerHTML = $I [ 'd' ] ;
312
312
$C [ 'TimerRefresh' ] . innerHTML = $I [ 'refresh' ] ;
313
- document . getElementById ( 'TimerLoader' ) . innerHTML = $I [ 'loadico ' ] ;
313
+ document . getElementById ( 'TimerLoader' ) . innerHTML = $I [ 'load ' ] ;
314
314
document . querySelector ( '#HeadMenu .select-point' ) . innerHTML = $I [ 'arrow' ] ;
315
315
document . getElementById ( 'AddrDelete' ) . innerHTML = $I [ 'delete' ] ;
316
316
document . querySelector ( '#AddrRecent .select-point' ) . innerHTML = $I [ 'arrow' ] ;
@@ -875,7 +875,7 @@ function Workers_sort(srt, ord, sts){
875
875
n_in = $I [ 'sort' ] ,
876
876
r = document . getElementById ( 'WorkerSortRate' ) ,
877
877
r_cl = 'C2bk C0fl' + mde + ' hov' ,
878
- r_in = '<div class="preload C0fl' + mde + '">' + $I [ 'loadico' ] + '</div>' ,
878
+ r_in = $I [ 'load' ] ,
879
879
ordV = ( ord === 'D' ) ? 'A' : 'D' ,
880
880
orot = ( ord === 'D' ) ? 'rot90' : 'rot270' ;
881
881
@@ -1011,7 +1011,7 @@ function MinerPayments(typ){
1011
1011
function EmailToggle ( ) {
1012
1012
var ic = document . querySelector ( '#EmailToggleBtn .DiscIcon' ) ;
1013
1013
ic . classList . add ( 'preload' ) ;
1014
- ic . innerHTML = $I [ 'loadico ' ] ;
1014
+ ic . innerHTML = $I [ 'load ' ] ;
1015
1015
api ( 'toggleEmail' ) . then ( function ( ) {
1016
1016
api ( 'user' ) . then ( function ( ) {
1017
1017
var ico = $I [ 'x' ] ,
@@ -1048,7 +1048,7 @@ function AutoPay(s){
1048
1048
1049
1049
if ( c === 'OK' ) {
1050
1050
b . classList . remove ( 'C1bk' , 'C4bk' , 'C5bk' ) ;
1051
- b . innerHTML = '<div class="C0fl' + mde + ' preload">' + $I [ 'loadico' ] + '</div>' ;
1051
+ b . innerHTML = $I [ 'load' ] ;
1052
1052
api ( 'updatethreshold' , '' , NumInput ( document . getElementById ( 'AutoPayFld' ) . value ) ) . then ( function ( ) {
1053
1053
b . classList . add ( 'C5bk' ) ;
1054
1054
b . innerHTML = $$ [ 'trn' ] [ 'updt' ] ;
@@ -1425,6 +1425,7 @@ function Tbl(tar, typ, pge, lim){
1425
1425
ins += '<td class="' + $$ [ 'tbl' ] [ typ ] [ k ] [ 'cls' ] + '">' + $$ [ 'tbl' ] [ typ ] [ k ] [ 'lbl' ] + '</td>' ;
1426
1426
}
1427
1427
ins += '</tr>' ;
1428
+
1428
1429
if ( $D [ typ ] ) {
1429
1430
for ( var i = 0 ; i < lim ; i ++ ) {
1430
1431
if ( $D [ typ ] [ i ] ) {
@@ -1442,8 +1443,8 @@ function Tbl(tar, typ, pge, lim){
1442
1443
val = '<span class="' + clr + '">' + Perc ( val ) + '</span>' ;
1443
1444
} else if ( k === 'togo' ) {
1444
1445
val = BlockToGo ( $D [ typ ] [ i ] [ 'height' ] , $D [ typ ] [ i ] [ 'val' ] ) ;
1445
- } else {
1446
- if ( $$ [ 'tbl' ] [ typ ] [ 'hsh ' ] && $$ [ 'tbl' ] [ typ ] [ 'hsh' ] === 'y' ) {
1446
+ } else if ( k === 'hash' ) {
1447
+ if ( $$ [ 'tbl' ] [ typ ] [ 'hash ' ] && $$ [ 'tbl' ] [ typ ] [ 'hash' ] [ 'hsh' ] === 'y' ) {
1447
1448
val = '<div class="HashTrun" data-hash="' + val + '">' + val + '</div>' ;
1448
1449
}
1449
1450
}
@@ -1461,6 +1462,7 @@ function Tbl(tar, typ, pge, lim){
1461
1462
document . getElementById ( tar ) . innerHTML = ins ;
1462
1463
if ( $D [ typ ] ) {
1463
1464
var tr = ( typ === 'pay' ) ? 'tx' : '' ;
1465
+ console . log ( tr ) ;
1464
1466
HashTrun ( tr ) ;
1465
1467
if ( tar === 'PageBot' ) {
1466
1468
var pgs = 0 ,
0 commit comments