diff --git a/index.html b/index.html index 20e76f2..7745e48 100644 --- a/index.html +++ b/index.html @@ -73,7 +73,7 @@ -

Credentials found. Now logging in…

+

Credentials found. Now logging in…

Need help getting your API credentials? @@ -98,7 +98,7 @@ Account: - + @@ -204,7 +204,7 @@ // Event bindings $('#button_refreshall').click( function(){location.reload(false);} ); $('#submit_login').click( function(){doLogin($('#clientid').val(), $('#apikey').val(), $('#apisecret').val());} ); - $('#button_logout').click( doLogout ); + $('.button_logout').click( doLogout ); $('#orderbuy').click( function(){orderBuy($('#trade_amount').val(), $('#trade_price').val());} ); $('#ordersell').click( function(){orderSell($('#trade_amount').val(), $('#trade_price').val());} ); $('#btn_cancelorder').click( cancelOrders );