diff options
Diffstat (limited to 'settings')
-rw-r--r-- | settings/js/apps.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/settings/js/apps.js b/settings/js/apps.js index 5ac7d80b949..224076aba43 100644 --- a/settings/js/apps.js +++ b/settings/js/apps.js @@ -34,6 +34,8 @@ $(document).ready(function(){ if ( app.internal == false ) { $('#rightcontent p.appslink').show(); $('#rightcontent a').attr('href','http://apps.owncloud.com/content/show.php?content='+app.id); + } else { + $('#rightcontent p.appslink').hide(); } return false; }); |