Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Update promo2.html
  • Loading branch information
ausbitbank committed Jan 23, 2017
1 parent cdd30d3 commit affa692
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions promo2.html
Expand Up @@ -27,10 +27,6 @@


}
// Replace last table cell with below code for voting via steemconnect api . Currently returning heroku application errors, but was working fine
// <td style="width:90px;height:20px;"><span class="sc-vote" data-author="'+obj["author"]+'" data-permlink="'+obj["permlink"]+'"></span></td>
// Alternatively, to simply show total votes without upvote buttons replace table cell with this
// <td>'+obj["net_votes"]+'</td>
tablecontents += '</tbody></table></center>';
$('#posts').html(tablecontents).fadeIn();
newTableObject = document.getElementById('promotable');
Expand All @@ -51,8 +47,6 @@
$('#20thprice').html(spot20.toFixed(3));
$('#howmuch').fadeIn();


// Disabled steemconnect code due to non responsive api
(function(d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) return;
Expand Down Expand Up @@ -94,6 +88,7 @@
ul {list-style-type: none;}
</style>
</head><body style="text-align:center;">
<center><img src="https://steemviz.com/steemvizlogosmall.png"></center>
<h2>Todays top promoted posts on Steemit:</h2>
<div id="howmuch" style="display:none;">
<h3>How much should I promote my post ?</h3>
Expand Down

0 comments on commit affa692

Please sign in to comment.