We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b6f00d3 commit 04f0d0eCopy full SHA for 04f0d0e
1 file changed
main.js
@@ -32,7 +32,7 @@ function HotlistAPI(callback) {
32
minutes = "0" + minutes;
33
}
34
35
- script.src = "https://cdn.jsdelivr.net/gh/Infinite-Coder-001/Hotlist-API@main/new-api/new-api-" + year + month + day + hours + minutes + "0.js";
+ script.src = "https://cdn.jsdelivr.net/gh/Infinite-Coder-001/Hotlist-API@main/new-api/new-api-" + year + month + day + hours + minutes + ".js";
36
script.onload = function() {
37
finished();
38
};
0 commit comments