aboutsummaryrefslogtreecommitdiffstats
path: root/settings
diff options
context:
space:
mode:
authorTom Needham <needham.thomas@gmail.com>2012-06-04 18:43:22 +0000
committerTom Needham <needham.thomas@gmail.com>2012-06-04 18:43:22 +0000
commitcf85a1e2649eda241560e0e52cc37580cbca259f (patch)
tree747fcf08f4fc2ed958b0e8c118948f4cdb2e5e7d /settings
parent55e88120cdad9dc3b5b62cac81b637e921dcdf15 (diff)
parentadc200c1f38754a3d78d0405825ee22368c0c140 (diff)
downloadnextcloud-server-cf85a1e2649eda241560e0e52cc37580cbca259f.tar.gz
nextcloud-server-cf85a1e2649eda241560e0e52cc37580cbca259f.zip
Merge branch 'master' of gitorious.org:owncloud/owncloud
Diffstat (limited to 'settings')
-rw-r--r--settings/js/apps.js2
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;
});