no garbage on the screen please

This commit is contained in:
Frank Karlitschek 2012-10-08 13:33:52 +02:00
parent e9f04bedd4
commit 306bfb44d3
1 changed files with 1 additions and 0 deletions

View File

@ -30,6 +30,7 @@ OC.Settings.Apps = OC.Settings.Apps || {
if (app.internal == false) {
page.find('p.appslink').show();
page.find('a').attr('href', 'http://apps.owncloud.com/content/show.php?content=' + app.id);
page.find('small.externalapp').hide();
} else {
page.find('p.appslink').hide();
}