plugin uninstall: Remove unnecessary code
parent
d5455bcc69
commit
49d673b82d
|
@ -263,9 +263,6 @@ $(document).ready(() => {
|
|||
alert(`An error occurred while uninstalling the ${data.plugin} \n${data.error}`);
|
||||
}
|
||||
|
||||
// remove plugin from installed list
|
||||
$(`#installed-plugins .${data.plugin}`).remove();
|
||||
|
||||
window.console.log('before emit getInstalled', new Date())
|
||||
socket.emit('getInstalled');
|
||||
|
||||
|
|
Loading…
Reference in New Issue