Skip to content

Commit

Permalink
Merge pull request #14855 from nextcloud/backport/14583/remove-g+-fed…
Browse files Browse the repository at this point in the history
…eration

[stable15] Remove Google+ federation usersettings
  • Loading branch information
MorrisJobke authored Mar 26, 2019
2 parents 986fec3 + fc7ac08 commit be8a82e
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.css
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,3 @@
.social-facebook {
background-image: url('../img/social-facebook.svg');
}
.social-googleplus {
background-image: url('../img/social-googleplus.svg');
}
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 be8a82e

Please sign in to comment.