Fix Effects and refactor Smoothing (#1442)

This commit is contained in:
LordGrey
2022-03-16 09:28:00 +01:00
committed by GitHub
parent 62829d9bf8
commit f32db90c12
9 changed files with 277 additions and 166 deletions

View File

@@ -154,6 +154,7 @@ $(document).ready(function () {
// Start test
$('#btn_start_test').off().on('click', function () {
$('#btn_start_test').prop('disabled', true);
triggerTestEffect();
});
@@ -161,6 +162,7 @@ $(document).ready(function () {
$('#btn_stop_test').off().on('click', function () {
requestPriorityClear();
testrun = false;
$('#btn_start_test').prop('disabled', false);
});
// Continuous test