mirror of
https://gitlab.com/crafty-controller/crafty-4.git
synced 2024-08-30 18:23:09 +00:00
Fix console log
This commit is contained in:
parent
2461c32641
commit
9760ef6094
@ -139,7 +139,7 @@
|
||||
setTimeout(function() {
|
||||
getAnnouncements();
|
||||
}, 1800);
|
||||
console.log("Registered annoucement fetch event in 1 hour.")
|
||||
console.log("Registered annoucement fetch event in 30 minutes.")
|
||||
if (responseData.status === "ok") {
|
||||
updateAnnouncements(responseData.data)
|
||||
} else {
|
||||
|
Loading…
Reference in New Issue
Block a user