Skip to content

Commit

Permalink
Merged pull request #5 on coinwidget.com
Browse files Browse the repository at this point in the history
  • Loading branch information
sebaslogen committed Feb 9, 2014
1 parent d3fad9c commit 6f6654e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion javascripts/coin.js
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,7 @@ var CoinWidgetCom = {
};
x.src = obj.source;
x.id = obj.id;
document.lastChild.firstChild.appendChild(x);
document.body.appendChild(x)
}
}
, stylesheet_loaded: false
Expand Down

0 comments on commit 6f6654e

Please sign in to comment.