mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-12 21:55:56 +00:00
when uninstall plugins, refresh plugins index instead of reloading entire prefs pane
This commit is contained in:
@@ -457,7 +457,7 @@ const Helpers = {
|
||||
|
||||
xhr.json("backend.php", {op: "pref-prefs", method: "uninstallPlugin", plugin: plugin}, (reply) => {
|
||||
if (reply && reply.status == 1)
|
||||
Helpers.Prefs.refresh();
|
||||
Helpers.Plugins.reload();
|
||||
else {
|
||||
Notify.error("Plugin uninstallation failed.");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user