File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 5
5
< link rel ="stylesheet " href ="https://ajax.googleapis.com/ajax/libs/jqueryui/1.11.4/themes/smoothness/jquery-ui.css ">
6
6
< link rel ="stylesheet " href ="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css ">
7
7
< link rel ="stylesheet " href ="https://maxcdn.bootstrapcdn.com/font-awesome/4.6.1/css/font-awesome.min.css ">
8
- < link rel ="stylesheet " href ="/css/ethplorer.css ">
8
+ < link rel ="stylesheet " href ="/css/ethplorer.css?v=10 ">
9
9
< meta charset ="utf-8 ">
10
10
< meta http-equiv ="X-UA-Compatible " content ="IE=edge ">
11
11
< meta name ="referrer " content ="never " />
17
17
< script src ="https://ajax.googleapis.com/ajax/libs/jquery/1.12.2/jquery.min.js "> </ script >
18
18
< script src ="https://ajax.googleapis.com/ajax/libs/jqueryui/1.11.4/jquery-ui.min.js "> </ script >
19
19
< script src ="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js "> </ script >
20
- < script src ="/js/bignumber.js?v=9 "> </ script >
21
- < script src ="/js/ethplorer.js?v=9 "> </ script >
20
+ < script src ="/js/bignumber.js "> </ script >
21
+ < script src ="/js/ethplorer.js?v=10 "> </ script >
22
22
< script src ="/cfg/config.ethplorer.js?v=3 "> </ script >
23
23
</ head >
24
24
< body >
Original file line number Diff line number Diff line change @@ -441,7 +441,7 @@ Ethplorer = {
441
441
) ;
442
442
}
443
443
444
- titleAdd = 'Token ' + oToken . name + ' Information' ;
444
+ titleAdd = 'Token ' + oToken . name + ( oToken . symbol ? ( ' [' + oToken . symbol + ']' ) : '' ) + ' Information' ;
445
445
$ ( '.address-token-name' ) . text ( oToken . name ) ;
446
446
if ( Ethplorer . Config . updateLink ) {
447
447
$ ( '.address-token-name:eq(0)' ) . append ( '<a href="' + Ethplorer . Config . updateLink + '" target="_blank" class="token-update">Update</a>' )
@@ -551,7 +551,7 @@ Ethplorer = {
551
551
}
552
552
553
553
document . title += ( ': ' + ( titleAdd ? ( titleAdd + ' -' ) : '' ) ) ;
554
- document . title += ( ( data . isContract ? ' contract ' : ' address ' ) + address ) ;
554
+ document . title += ( ( data . isContract ? ' Ethereum contract ' : ' Ethereum address ' ) + address ) ;
555
555
556
556
$ ( '.local-time-offset' ) . text ( Ethplorer . Utils . getTZOffset ( ) ) ;
557
557
Ethplorer . Utils . hideEmptyFields ( ) ;
You can’t perform that action at this time.
0 commit comments