Minor code adjustment

This commit is contained in:
bergware
2018-03-23 00:41:42 +01:00
parent 1ca35de46a
commit 08dbf442eb

View File

@@ -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);