Skip to content

Commit 41bb56a

Browse files
authored
Update custom.js
1 parent 8265670 commit 41bb56a

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

Diff for: amisforum/live/js/custom.js

+6-5
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// 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();
33

4-
var url = "https:///api"
4+
var url = "https://api.coinranking.com/v1/public/coin/4467"
55

66
// Update the count down every 1 second
77
var x = setInterval(function () {
@@ -297,7 +297,7 @@ employees = {
297297

298298
{
299299
"id":"1",
300-
"name":"Laurent G",
300+
"name":"Amisolution",
301301
"designation":"Founder and investor",
302302
"description":`Short description needed.
303303
`,
@@ -350,9 +350,10 @@ if (win) {
350350
}
351351
}
352352

353-
var url = "https://account.amicorum.live/api";
353+
var url = "https://api.coinranking.com/v1/public/coin/4468";
354354
$.ajax({
355-
url: url + "/user/getTokenRemain",
355+
//url: url + "/user/getTokenRemain", *//
356+
url: url + "/history/1y",
356357
type: "get",
357358

358359
data: {

0 commit comments

Comments
 (0)