Merge pull request #2208 from Squidly271/patch-46

Fix: Re-enable smart test buttons after completion of test
This commit is contained in:
tom mortensen
2025-05-24 21:02:29 -07:00
committed by GitHub

View File

@@ -93,8 +93,8 @@ function testUpdate(init) {
if (!init) timers.testUpdate = setTimeout(testUpdate,3000);
} else {
if ($('#smart_selftest').length) $('#smart_selftest').html('');
$('#short_test').val("_(Start)_");
$('#long_test').val("_(Start)_");
$('#short_test').val("_(Start)_").removeAttr('disabled');
$('#long_test').val("_(Start)_").removeAttr('disabled');
if (!init) {
$.removeCookie('test.<?=$dev?>');
}