File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22var countDownDate = new Date ( "Dec 31, 2019 00:00:00" ) . getTime ( ) ;
33
44var url = "https://api.coinranking.com/v1/public/coin/4467"
5-
5+ var circulatingSupply = new Date ( "Dec 31, 2019 00:00:00" ) . getTime ( ) ;
66// Update the count down every 1 second
77var x = setInterval ( function ( ) {
88
@@ -112,10 +112,6 @@ bar2.text.style.fontSize = '3rem';
112112bar2 . text . style . color = '#15bdff' ;
113113bar2 . animate ( 0.15 ) ; // Number from 0.0 to 1.0
114114
115-
116-
117-
118-
119115var bar3 = new ProgressBar . Circle ( progressBar3 , {
120116 color : '#15bdff' ,
121117 // This has to be the same size as the maximum width to
@@ -350,10 +346,11 @@ if (win) {
350346}
351347}
352348
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" ;
354351$ . ajax ( {
355352 //url: url + "/user/getTokenRemain", *//
356- url : url + "/history/1y " ,
353+ url : url + "/4468 " ,
357354 type : "get" ,
358355
359356 data : {
You can’t perform that action at this time.
0 commit comments