mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-08-09 18:23:18 +02:00
related to #1596 Removed switch on 'Other' plugins + fix actualize filter bug
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user