prepare for simulated rainsq
This commit is contained in:
@@ -71,6 +71,15 @@ $(document).ready(function() {
|
||||
});
|
||||
});
|
||||
|
||||
function loopRainsSimulator() {
|
||||
|
||||
console.log("hello");
|
||||
|
||||
setTimeout(() => {
|
||||
loopRainsSimulator()
|
||||
}, 1000);
|
||||
}
|
||||
|
||||
// custom modal
|
||||
function showCustomModal(title, text) {
|
||||
loader(0)
|
||||
|
||||
Reference in New Issue
Block a user