Skip to content

Commit

Permalink
Merge pull request #14583 from nextcloud/remove-g+-federation
Browse files Browse the repository at this point in the history
Remove Google+ federation usersettings
  • Loading branch information
MorrisJobke authored Mar 8, 2019
2 parents 3af7f2c + 993e15b commit 3f8235d
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 8 deletions.
3 changes: 0 additions & 3 deletions apps/federatedfilesharing/css/settings-personal.scss
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,3 @@
.social-facebook {
@include icon-color('social-facebook', 'federatedfilesharing', $color-black);
}
.social-googleplus {
@include icon-color('social-googleplus', 'federatedfilesharing', $color-black);
}
1 change: 0 additions & 1 deletion apps/federatedfilesharing/img/social-googleplus.svg

This file was deleted.

4 changes: 0 additions & 4 deletions apps/federatedfilesharing/templates/settings-personal.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,6 @@
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
Expand Down

0 comments on commit 3f8235d

Please sign in to comment.