Test aciton

This commit is contained in:
Daniel van Noord
2021-01-31 21:36:44 +01:00
parent a200763a6e
commit 60859a774e

View File

@@ -5667,6 +5667,6 @@ if (!CM.isRunning) {
clearInterval(delay); clearInterval(delay);
} }
}, 500); }, 500);
CM.isRunning = 1; CM.isRunning = 2;
} }