mirror of
https://github.com/nextcloud/server.git
synced 2026-06-11 09:42:09 -04:00
hide share button until sharing wont be fixed
This commit is contained in:
parent
1853a83874
commit
f6c07094c2
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue