forked from Archives/Athou_commafeed
remove google+ and readability sharing support since they're dead
This commit is contained in:
@@ -161,14 +161,6 @@
|
||||
>
|
||||
<i class="icon-twitter"></i>
|
||||
</a>
|
||||
<a
|
||||
href="https://plus.google.com/share?url={{entry.url|escape}}"
|
||||
title="Google+"
|
||||
popup
|
||||
ng-if="settingsService.settings.googleplus"
|
||||
>
|
||||
<i class="icon-google-plus"></i>
|
||||
</a>
|
||||
<a
|
||||
href="http://www.tumblr.com/share/link?url={{entry.url|escape}}&name={{entry.title|escape}}"
|
||||
title="Tumblr"
|
||||
@@ -201,14 +193,6 @@
|
||||
>
|
||||
<i class="icon-buffer"></i>
|
||||
</a>
|
||||
<a
|
||||
href="http://www.readability.com/save?url={{entry.url|escape}}"
|
||||
title="Readability"
|
||||
popup
|
||||
ng-if="settingsService.settings.readability"
|
||||
>
|
||||
<i class="icon-couch"></i>
|
||||
</a>
|
||||
</span>
|
||||
|
||||
<span class="tags-panel">
|
||||
|
||||
@@ -75,13 +75,6 @@
|
||||
Twitter
|
||||
</label>
|
||||
</div>
|
||||
<div>
|
||||
<label>
|
||||
<input type="checkbox" name="googleplus" ng-model="settings.googleplus" />
|
||||
<i class="icon-google-plus"></i>
|
||||
Google+
|
||||
</label>
|
||||
</div>
|
||||
<div>
|
||||
<label>
|
||||
<input type="checkbox" name="tumblr" ng-model="settings.tumblr" />
|
||||
@@ -110,13 +103,6 @@
|
||||
Buffer
|
||||
</label>
|
||||
</div>
|
||||
<div>
|
||||
<label>
|
||||
<input type="checkbox" name="readability" ng-model="settings.readability" />
|
||||
<i class="icon-couch"></i>
|
||||
Readability
|
||||
</label>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user