Skip to content
Snippets Groups Projects
Commit 306bfb44 authored by Frank Karlitschek's avatar Frank Karlitschek
Browse files

no garbage on the screen please

parent e9f04bed
Branches
No related tags found
No related merge requests found
......@@ -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();
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment