Files
BarangaySystem/legacy/pages-html/slvl/adminpages/open_bet_history
2026-06-06 18:43:00 +08:00

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>