mirror of
https://github.com/hyperion-project/hyperion.ng.git
synced 2025-03-01 10:33:28 +00:00
Fix Effects and refactor Smoothing (#1442)
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user