initial: bootstrap from BukidBountyApp base
This commit is contained in:
11
legacy/pages-html/slvl/adminpages/open_bet_history
Normal file
11
legacy/pages-html/slvl/adminpages/open_bet_history
Normal file
@@ -0,0 +1,11 @@
|
||||
|
||||
<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>
|
||||
Reference in New Issue
Block a user