[Pkg-owncloud-commits] [owncloud] 51/74: fixes undefined appitem - fixes #12396

David Prévot taffit at moszumanska.debian.org
Tue Dec 2 22:04:37 UTC 2014


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch master
in repository owncloud.

commit 6967512c5fef1dbcd69847ad2cbcbbe0bc5b35ca
Author: Morris Jobke <hey at morrisjobke.de>
Date:   Mon Nov 24 17:07:38 2014 +0100

    fixes undefined appitem - fixes #12396
---
 settings/js/apps.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/settings/js/apps.js b/settings/js/apps.js
index 3f4c149..04fe996 100644
--- a/settings/js/apps.js
+++ b/settings/js/apps.js
@@ -235,7 +235,7 @@ OC.Settings.Apps = OC.Settings.Apps || {
 				element.val(t('settings','Uninstall'));
 			} else {
 				OC.Settings.Apps.removeNavigation(appid);
-				appitem.removeClass('active');
+				$('#app-navigation ul li').filterAttr('data-id', appid).remove();
 			}
 		},'json');
 	},

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud.git



More information about the Pkg-owncloud-commits mailing list