mirror of
https://github.com/unraid/webgui.git
synced 2026-01-15 06:00:14 -06:00
Minor code adjustment
This commit is contained in:
@@ -58,7 +58,7 @@ function loadlist(id) {
|
||||
switch (cmd[1]) {
|
||||
case 'return' : list.html(data); break;
|
||||
case 'update':
|
||||
case 'install': $('#os_list').find(tr).remove(); $('#os_list').append(data); break;
|
||||
case 'install': list.find(tr).remove(); list.append(data); break;
|
||||
}
|
||||
} else {
|
||||
list.html(data);
|
||||
|
||||
Reference in New Issue
Block a user