File tree 1 file changed +4
-7
lines changed
1 file changed +4
-7
lines changed Original file line number Diff line number Diff line change 2
2
var countDownDate = new Date ( "Dec 31, 2019 00:00:00" ) . getTime ( ) ;
3
3
4
4
var url = "https://api.coinranking.com/v1/public/coin/4467"
5
-
5
+ var circulatingSupply = new Date ( "Dec 31, 2019 00:00:00" ) . getTime ( ) ;
6
6
// Update the count down every 1 second
7
7
var x = setInterval ( function ( ) {
8
8
@@ -112,10 +112,6 @@ bar2.text.style.fontSize = '3rem';
112
112
bar2 . text . style . color = '#15bdff' ;
113
113
bar2 . animate ( 0.15 ) ; // Number from 0.0 to 1.0
114
114
115
-
116
-
117
-
118
-
119
115
var bar3 = new ProgressBar . Circle ( progressBar3 , {
120
116
color : '#15bdff' ,
121
117
// This has to be the same size as the maximum width to
@@ -350,10 +346,11 @@ if (win) {
350
346
}
351
347
}
352
348
353
- var url = "https://api.coinranking.com/v1/public/coin/4468" ;
349
+ //var url = "https://api.coinranking.com/v1/public/coin/4468";
350
+ var url = "https://api.coinranking.com/v1/public/coin" ;
354
351
$ . ajax ( {
355
352
//url: url + "/user/getTokenRemain", *//
356
- url : url + "/history/1y " ,
353
+ url : url + "/4468 " ,
357
354
type : "get" ,
358
355
359
356
data : {
You can’t perform that action at this time.
0 commit comments