Skip to content

Commit

Permalink
removed nepal hashtags. removed reference to crisis
Browse files Browse the repository at this point in the history
  • Loading branch information
naroditskiy committed Aug 5, 2015
1 parent 57ce017 commit 18b3b1b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions static/js/sharing.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ tweetButton.dataset.url = refUrlTwitter;
tweetButton.dataset.counturl = window.location.origin + path;
tweetButton.dataset.text = postTitle;
//
/*
if (postTitle.length < 70) {
tweetButton.dataset.hashtags = [twitterCampaigner.hashtags, 'NepalEarthquake', 'PrayforNepal'];
} else if (postTitle.length < 82) {
Expand All @@ -23,6 +24,7 @@ if (postTitle.length < 70) {
} else {
tweetButton.dataset.hashtags = ['Nepal', ];
}
*/


var facebookShareButton = document.getElementById('facebook-share-button');
Expand Down
2 changes: 1 addition & 1 deletion views/generic/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
</div> -->

<h2 class="text-center text-bold">
<strong>Crowdsourced evidence collection and verification for crisis response</strong>
<strong>Crowdsourced fact-checking and evidence collection</strong>
</h2>

<p class="lead stay-large challenge-description text-center">
Expand Down

0 comments on commit 18b3b1b

Please sign in to comment.