diff options
author | Bartek Przybylski <bart.p.pl@gmail.com> | 2012-06-08 21:44:05 +0200 |
---|---|---|
committer | Bartek Przybylski <bart.p.pl@gmail.com> | 2012-06-08 21:44:33 +0200 |
commit | 0c7431e57d0982a35c59e55c5ca11782950b111f (patch) | |
tree | 2d12e75e9ae98f6143961b257a8f92c3500ccbf6 /apps/gallery | |
parent | 8bc22907b86905bf60bb558eccaacfd61bcd7b72 (diff) | |
download | nextcloud-server-0c7431e57d0982a35c59e55c5ca11782950b111f.tar.gz nextcloud-server-0c7431e57d0982a35c59e55c5ca11782950b111f.zip |
hide share button until sharing wont be fixed
Diffstat (limited to 'apps/gallery')
-rw-r--r-- | apps/gallery/templates/index.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/gallery/templates/index.php b/apps/gallery/templates/index.php index 94d370f2e89..e761cb54725 100644 --- a/apps/gallery/templates/index.php +++ b/apps/gallery/templates/index.php @@ -68,7 +68,7 @@ $(document).ready(function() { } } -?> <a href="javascript:shareGallery();"><input type="button" value="<?php echo $l->t('Share');?>" /></a><br/> +?> <!--<a href="javascript:shareGallery();"><input type="button" value="<?php echo $l->t('Share');?>" /></a>--><br/> </div> <div id="gallerycontent"> <?php |