Skip to content

Commit be8a82e

Browse files
authored
Merge pull request #14855 from nextcloud/backport/14583/remove-g+-federation
[stable15] Remove Google+ federation usersettings
2 parents 986fec3 + fc7ac08 commit be8a82e

File tree

3 files changed

+0
-8
lines changed

3 files changed

+0
-8
lines changed

apps/federatedfilesharing/css/settings-personal.css

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,3 @@
3636
.social-facebook {
3737
background-image: url('../img/social-facebook.svg');
3838
}
39-
.social-googleplus {
40-
background-image: url('../img/social-googleplus.svg');
41-
}

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)