Skip to content

Commit

Permalink
Minor commit.
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxLaumeister committed Mar 28, 2013
1 parent dfca138 commit a895bd6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<div id="header" class="serif">
<img src="images/logo.png">
<div id="headerInfo">
<p>Realtime Bitcoin transaction and trade visualizer.</p>
<p>Realtime Bitcoin transaction and trade visualizer. <a href="">More Info</a></p>
<p>Donations get highlighted: <span style="color: yellow;">14zoTKB29NdsJRvk4qP3vB9mQZ3dcV3eWk</span></p>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion transaction.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
function Transaction(bitcoins, currency, currencyName) {
function Transaction(bitcoins, currency, currencyName, highlight) {
Floatable.call(this);

this.area = bitcoins * 100 + 3000;
Expand Down

0 comments on commit a895bd6

Please sign in to comment.