Skip to content

Commit 08a5661

Browse files
authored
Update custom.js
1 parent 6fb795f commit 08a5661

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

amisforum/live/js/custom.js

+4-7
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
var countDownDate = new Date("Dec 31, 2019 00:00:00").getTime();
33

44
var 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
77
var x = setInterval(function () {
88

@@ -112,10 +112,6 @@ bar2.text.style.fontSize = '3rem';
112112
bar2.text.style.color = '#15bdff';
113113
bar2.animate(0.15); // Number from 0.0 to 1.0
114114

115-
116-
117-
118-
119115
var 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: {

0 commit comments

Comments
 (0)