mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-01-19 22:23:33 +01:00
plugin uninstall: Remove unnecessary code
This commit is contained in:
parent
f88b3d0727
commit
de34e95813
1 changed files with 0 additions and 3 deletions
|
@ -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 a new issue