hippich / Bitcoin-Poker-Room

Sources for Bitcoin Poker Room.
http://betco.in
Other
132 stars 88 forks source link

Allow JS console message to be displayed in Firefox 5.0 #103

Closed gg closed 13 years ago

gg commented 13 years ago

window.console.log() does not work in Firefox 5.0, so I've replaced it with console.log(). console.log() also works in Chrome 12.0. I have not tested other browsers.

hippich commented 13 years ago

not merging since it seems to work for FF5.