Merge branch 'master' of gitorious.org:owncloud/owncloud

remotes/origin/stable45
Tom Needham 2012-06-04 18:43:22 +07:00
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;
});