FBC x Fallbrook Hoops
Fallbrook Hoops · Members only
Parent
Coach
Admin
Board
Forgot your password? Email board@fbcsandiego.com for a reset.
' +'
'+s.athleteName+' · '+s.team+'
' +'
'+gameLabel+'
' +'
' +'
' +'
' +'
' +'
' +'
' +'
' +'
' +'' +mFoot('saveEditStat('+id+')') ); } function saveEditStat(id){ var s = S.stats.find(function(x){return x.id===id;}); if(!s) return; s.pts = parseInt(document.getElementById('es-pts').value) || 0; s.reb = parseInt(document.getElementById('es-reb').value) || 0; s.ast = parseInt(document.getElementById('es-ast').value) || 0; s.stl = parseInt(document.getElementById('es-stl').value) || 0; s.foul = parseInt(document.getElementById('es-foul').value) || 0; save(); closeModal(); rStats(); toast('Stats updated!'); } >