Skip to content

Commit

Permalink
a few tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
shri committed Oct 16, 2014
1 parent 66b48e7 commit f8a27af
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ img.loading{
span.social-icons{
float: right;
position: relative;
font-size: 18px;
font-size: 20px;
padding-right: 29px
}
span.social-icons i.icon-material-post-twitter{
Expand Down
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -121,9 +121,9 @@ <h1>
<span class="kim-heading">HN Digest</span>
</h1>
<p class="lead">
KimDigest: a reader that extracts and summarizes content from <a href="www.kimonolabs.com">Kimono</a> APIs
KimDigest: an open reader that summarizes content from <a href="www.kimonolabs.com" target="_blank">Kimono</a> APIs. <a href="www.github.com/shrig94/kimonodigest" target="_blank">Contribute and win a BTC</a>.
<span class="social-icons">
<a href="https://twitter.com/home?status=Check%20out%20@kimonolabs's%20new%20feed%20reader!%20kimdigest.com/" target="_blank"><i class="icon icon-material-post-twitter"></i></a>
<a href="https://twitter.com/home?status=Check%20out%20@kimonolabs's%20new%20customizable%20feed%20reader!%20kimdigest.com/" target="_blank"><i class="icon icon-material-post-twitter"></i></a>
<a href="https://www.facebook.com/sharer/sharer.php?u=kimdigest.com" target="_blank"><i class="icon icon-material-post-facebook"></i></a>
</span>
</p>
Expand Down
4 changes: 2 additions & 2 deletions js/client.js
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ $("body").on("click", "div.article", function()
}

// add loading image
article.find(".col-md-10").append('<img class="loading" src="imgs/ajax-loader.gif"/>');
article.find(".col-md-10").append('<img class="loading" src="http://i.imgur.com/Om6Jb2U.gif"/>');

// handle reddit
if (url.match(/(reddit.com)/i) != null)
Expand Down Expand Up @@ -213,7 +213,7 @@ kimonoLoadArticles("HN Digest", "#ff6600", "bsiqi5o0");

function kimonoLoadArticles(header, color, apiId)
{
$("div.articles").html('<img class="loading" src="imgs/ajax-loader.gif"/>');
$("div.articles").html('<img class="loading" src="http://i.imgur.com/Om6Jb2U.gif"/>');
$.ajax({
url:"https://www.kimonolabs.com/api/" + apiId + "?apikey=989877be85a3ca05477428c8b41d4fbe",
success: function (response) {
Expand Down

0 comments on commit f8a27af

Please sign in to comment.