Skip to content

Commit

Permalink
bug: add event listener for web3 to bulk kudos
Browse files Browse the repository at this point in the history
  • Loading branch information
thelostone-mc committed Apr 17, 2020
1 parent 493868a commit ac74d83
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions app/kudos/templates/transaction/receive_bulk.html
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,11 @@ <h3 class="text-center" style="margin: 0px auto;">👇 Redeem It Here 👇</h3>
start_kudos_levitate();
document.suppress_kudos_levitate_hover = true;
})

window.addEventListener('load', function() {
setInterval(listen_for_web3_changes, 5000);
listen_for_web3_changes();
});
</script>
{% endblock %}
{% block 'world' %}
Expand Down

0 comments on commit ac74d83

Please sign in to comment.