mirror of
https://github.com/unraid/webgui.git
synced 2026-01-05 17:20:04 -06:00
Merge pull request #2208 from Squidly271/patch-46
Fix: Re-enable smart test buttons after completion of test
This commit is contained in:
@@ -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?>');
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user