diff --git a/src/web/components/plugins.html b/src/web/components/plugins.html index 43c02b2..d38d566 100644 --- a/src/web/components/plugins.html +++ b/src/web/components/plugins.html @@ -615,6 +615,7 @@ function uninstallPlugin(pluginId, pluginName, btn=undefined) { } else { msgbox(pluginName + " uninstalled successfully", true); initiatePluginList(); + initPluginSideMenu(); } } });