11 lines
381 B
Plaintext
11 lines
381 B
Plaintext
|
|
<script>
|
|
function OpenBetsHistoryButtonHtml(){return HomeMenuButtons('assets/betshistory.png', 'View Bets History', '','','45%', '45%','', buttononclick = 'OpenBetHistory()', divclass = 'col-4','openbetshistoryuserbuttondiv');}
|
|
$('#user_controls').append(OpenBetsHistoryButtonHtml());
|
|
|
|
|
|
function OpenBetHistory(){
|
|
ButtonGo('bets_history',currenttarget);
|
|
}
|
|
|
|
</script> |