related to #1596 Removed switch on 'Other' plugins + fix actualize filter bug

This commit is contained in:
Matthieu Leproux
2022-01-10 11:33:19 +01:00
parent ffa4519da1
commit a322f3201c
2 changed files with 4 additions and 3 deletions
@@ -211,10 +211,10 @@ function uninstallPlugin(id) {
pwg_token: pwg_token,
format: 'json' },
success: function (data) {
$("#"+id).remove();
nb_plugin.other -=1;
nb_plugin.all -=1;
actualizeFilter();
$("#"+id).remove();
},
error: function (e) {
console.log(e);