mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-22 00:16:15 -04:00
plugin uninstall: Remove unnecessary code
This commit is contained in:
parent
811e0b8bea
commit
a95c8e3442
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}`);
|
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())
|
window.console.log('before emit getInstalled', new Date())
|
||||||
socket.emit('getInstalled');
|
socket.emit('getInstalled');
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue