mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
Merge branch 'master' of gitorious.org:owncloud/owncloud
This commit is contained in:
commit
cf85a1e264
1 changed files with 2 additions and 0 deletions
|
|
@ -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;
|
||||
});
|
||||
|
|
|
|||
Loading…
Reference in a new issue