Skip to content

Commit 3f8235d

Browse files
authored
Merge pull request #14583 from nextcloud/remove-g+-federation
Remove Google+ federation usersettings
2 parents 3af7f2c + 993e15b commit 3f8235d

File tree

3 files changed

+0
-8
lines changed

3 files changed

+0
-8
lines changed

apps/federatedfilesharing/css/settings-personal.scss

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,3 @@
3333
.social-facebook {
3434
@include icon-color('social-facebook', 'federatedfilesharing', $color-black);
3535
}
36-
.social-googleplus {
37-
@include icon-color('social-googleplus', 'federatedfilesharing', $color-black);
38-
}

apps/federatedfilesharing/img/social-googleplus.svg

Lines changed: 0 additions & 1 deletion
This file was deleted.

apps/federatedfilesharing/templates/settings-personal.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,6 @@
2828
data-url='https://twitter.com/intent/tweet?text=<?php p(urlencode($_['message_with_URL'])); ?>'>
2929
Twitter
3030
</button>
31-
<button class="social-googleplus pop-up"
32-
data-url='https://plus.google.com/share?url=<?php p(urlencode($_['reference'])); ?>'>
33-
Google+
34-
</button>
3531
<button class="social-diaspora pop-up"
3632
data-url='https://sharetodiaspora.github.io/?title=<?php p($_['message_without_URL']); ?>&url=<?php p(urlencode($_['reference'])); ?>'>
3733
Diaspora

0 commit comments

Comments
 (0)