From 8b74ea5962ce2bea87e863e394abbbfb5a2152e2 Mon Sep 17 00:00:00 2001 From: Squidly271 Date: Sat, 24 May 2025 00:30:46 -0400 Subject: [PATCH] Fix: Re-enable smart test buttons after completion of test --- emhttp/plugins/dynamix/Selftest.page | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/emhttp/plugins/dynamix/Selftest.page b/emhttp/plugins/dynamix/Selftest.page index 9951ba5ec..621a78a29 100644 --- a/emhttp/plugins/dynamix/Selftest.page +++ b/emhttp/plugins/dynamix/Selftest.page @@ -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.'); }