prepare for simulated rainsq

This commit is contained in:
Vincent BOUQUET
2023-11-25 18:42:30 +01:00
parent a014889cd8
commit 881342c485
2 changed files with 10 additions and 0 deletions

View File

@@ -71,6 +71,15 @@ $(document).ready(function() {
});
});
function loopRainsSimulator() {
console.log("hello");
setTimeout(() => {
loopRainsSimulator()
}, 1000);
}
// custom modal
function showCustomModal(title, text) {
loader(0)