From 5e5aa2eeebc6df41664ecb59f571a9f634ba8e66 Mon Sep 17 00:00:00 2001 From: "Felix A. Epp" Date: Mon, 23 Jan 2017 16:29:16 +0100 Subject: Fix uninstall in tabular view Signed-off-by: Felix A. Epp --- settings/js/apps.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'settings/js') diff --git a/settings/js/apps.js b/settings/js/apps.js index bde069e1b27..80ac732730f 100644 --- a/settings/js/apps.js +++ b/settings/js/apps.js @@ -455,8 +455,8 @@ OC.Settings.Apps = OC.Settings.Apps || { element.val(t('settings','Uninstall')); } else { OC.Settings.Apps.rebuildNavigation(); - element.parent().fadeOut(function() { - element.remove(); + element.parents('#apps-list > .section').fadeOut(function() { + this.remove(); }); } },'json'); -- cgit v1.2.3