Skip to content

Commit

Permalink
Merge pull request steemit#2774 from crokkon/explore-remove-phist-ste…
Browse files Browse the repository at this point in the history
…emdata

ExplorePost: remove steemdata.com from options
  • Loading branch information
roadscape authored May 4, 2018
2 parents bf226f4 + 54b649a commit 0f7e5a2
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions src/app/components/modules/ExplorePost.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ class ExplorePost extends Component {
this.Steemd = this.Steemd.bind(this);
this.Steemdb = this.Steemdb.bind(this);
this.Busy = this.Busy.bind(this);
this.Phist = this.Phist.bind(this);
}

Steemd() {
Expand All @@ -34,10 +33,6 @@ class ExplorePost extends Component {
serverApiRecordEvent('Busy view', this.props.permlink);
}

Phist() {
serverApiRecordEvent('PhistView', this.props.permlink);
}

onCopy() {
this.setState({
copied: true,
Expand All @@ -50,8 +45,6 @@ class ExplorePost extends Component {
const steemdb = 'https://steemdb.com' + link;
const busy = 'https://busy.org' + link;
const steemit = 'https://steemit.com' + link;
const phist =
'https://phist.steemdata.com/history?identifier=steemit.com' + link;
let text =
this.state.copied == true
? tt('explorepost_jsx.copied')
Expand Down Expand Up @@ -107,16 +100,6 @@ class ExplorePost extends Component {
busy.org <Icon name="extlink" />
</a>
</li>
<li>
<a
href={phist}
onClick={this.Phist}
target="_blank"
rel="noopener noreferrer"
>
phist.steemdata.com <Icon name="extlink" />
</a>
</li>
</ul>
</span>
);
Expand Down

0 comments on commit 0f7e5a2

Please sign in to comment.