mirror of
https://github.com/nextcloud/server.git
synced 2026-04-22 06:37:56 -04:00
no garbage on the screen please
This commit is contained in:
parent
e9f04bedd4
commit
306bfb44d3
1 changed files with 1 additions and 0 deletions
|
|
@ -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();
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue