diff options
author | Marius Blüm <marius@lineone.io> | 2019-03-07 13:46:49 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-03-07 13:46:49 +0100 |
commit | bdad72dfa9cd81d31a659825228e5d9811ded7b4 (patch) | |
tree | 59a9e427dab10c7a308ea51494bfbd2787980f0d /apps/federatedfilesharing/templates | |
parent | 500986f30e5230303f1215aa32942051cef0d3ff (diff) | |
download | nextcloud-server-bdad72dfa9cd81d31a659825228e5d9811ded7b4.tar.gz nextcloud-server-bdad72dfa9cd81d31a659825228e5d9811ded7b4.zip |
Remove G+ code from Federated Files Sharing-usersettings
Signed-off-by: Marius Blüm <marius@lineone.io>
Diffstat (limited to 'apps/federatedfilesharing/templates')
-rw-r--r-- | apps/federatedfilesharing/templates/settings-personal.php | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/apps/federatedfilesharing/templates/settings-personal.php b/apps/federatedfilesharing/templates/settings-personal.php index 89f7b1eb1e7..ac893cc2599 100644 --- a/apps/federatedfilesharing/templates/settings-personal.php +++ b/apps/federatedfilesharing/templates/settings-personal.php @@ -28,10 +28,6 @@ style('federatedfilesharing', 'settings-personal'); data-url='https://twitter.com/intent/tweet?text=<?php p(urlencode($_['message_with_URL'])); ?>'> Twitter </button> - <button class="social-googleplus pop-up" - data-url='https://plus.google.com/share?url=<?php p(urlencode($_['reference'])); ?>'> - Google+ - </button> <button class="social-diaspora pop-up" data-url='https://sharetodiaspora.github.io/?title=<?php p($_['message_without_URL']); ?>&url=<?php p(urlencode($_['reference'])); ?>'> Diaspora |