File tree 1 file changed +6
-5
lines changed
1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change 1
1
// Set the date we're counting down to
2
- var countDownDate = new Date ( "Dec 31, 2018 00:00:00" ) . getTime ( ) ;
2
+ var countDownDate = new Date ( "Dec 31, 2019 00:00:00" ) . getTime ( ) ;
3
3
4
- var url = "https:/// api"
4
+ var url = "https://api.coinranking.com/v1/public/coin/4467 "
5
5
6
6
// Update the count down every 1 second
7
7
var x = setInterval ( function ( ) {
@@ -297,7 +297,7 @@ employees = {
297
297
298
298
{
299
299
"id" :"1" ,
300
- "name" :"Laurent G " ,
300
+ "name" :"Amisolution " ,
301
301
"designation" :"Founder and investor" ,
302
302
"description" :`Short description needed.
303
303
` ,
@@ -350,9 +350,10 @@ if (win) {
350
350
}
351
351
}
352
352
353
- var url = "https://account.amicorum.live/api " ;
353
+ var url = "https://api.coinranking.com/v1/public/coin/4468 " ;
354
354
$ . ajax ( {
355
- url : url + "/user/getTokenRemain" ,
355
+ //url: url + "/user/getTokenRemain", *//
356
+ url : url + "/history/1y" ,
356
357
type : "get" ,
357
358
358
359
data : {
You can’t perform that action at this time.
0 commit comments