"); } // only if button was added if($(".follow-button").length) { $(".follow-button").click(function(){ var promise = isFollowing(); promise.then(function(result) { if (result) { unfollow(); } else { follow(); } }); }); // initial load toggleFollowButton(); } function toggleFollowButton() { var button = $(".follow-text"), promise = isFollowing(); promise.then(function(result) { if (result) { button.text(followingLabel); button.css("color", "#6c6d6f"); $(".follow-button").css("border-color", "#6c6d6f"); } else { button.text(followLabel); button.css("color", "#007aff"); $(".follow-button").css("border-color", "#007aff"); } }); } function isFollowing() { var promise = getMyPreferences(); return promise.then(function(result) { let myPlayers = result.myPlayers; if (myPlayers.length > 0) { for (var i = 0;i < myPlayers.length; i++) { if (myPlayers[i].guid === guid) { return true; } } } return false; }); } function getMyPreferences() { return new Promise(function(resolve, reject) { jQuery.when(fanAPI.getAsP13n()).done(resolve).fail(reject); }); } function follow() { var promise = new Promise(function(resolve, reject) { fanAPI.createPreference({ preferenceTypeId: 3, entityId: guid }, { success: function(preference) { resolve((preference && preference.preference_id) !== undefined); }, error: reject }); }); promise.then(function(result) { toggleFollowButton(); }); } function unfollow() { var preferences = getMyPreferences(), pId = null; preferences.then(function(result) { let myPreferences = result.myPreferences; for (var i = 0; i < myPreferences.length; i++) { if (myPreferences[i].metaData.guid === guid) { pId = myPreferences[i].id; break; } } if (pId !== null) { var promise = new Promise(function(resolve, reject) { fanAPI.deletePreference({ preferenceTypeId: 3, preferenceId: pId, entityId: guid }, { success: function(result) { resolve(true); }, error: reject }); }); promise.then(function(result) { if (result) { toggleFollowButton(); } }); } }); } }); })(jQuery);

Estadisticas de George Pickens 551a3l

Temp. Regular | Postemporada

Estadsticas Recibiendo
TEMPORADAEQUIPOJJREC.TGTSYDSPROMLRGTDFDBALN SUELTOEE
202217528480115.44243800
202317631061,14018.18654230
2024145910390015.34433711
Carrera481742932,84116.3861211741
Estadsticas Devolviendo PatadasDESPEJESPATADAS DE SALIDA
TEMPORADAEQUIPOJJINT.YDSTDFCLRGINT.YDSTDFCLRG
2023170000017007
Carrera170000017007
Estadsticas Corriendo
TEMPORADAEQUIPOJJINT.YDSPROMLRGTDFDBALN SUELTOEE
2022173248.0221200
2023173186.0160200
2024142-6-3.040000
Carrera488364.5221400
Estadsticas Pateando
TEMPORADAEQUIPOJJGCAGCIPCT1-1920-2930-3940-4950+LRGPEAPEIPTS
202317000.00-00-00-00-00-00000
Carrera17000.00-00-00-00-00-00000
Estadsticas Pasando
TEMPORADAEQUIPOJJ CMPINT.CMP%YDSPROMTDLRGINTBALN SUELTOQBRND
202217000.000.000000--0.0
202317000.000.000000--0.0
202414000.000.000000--0.0
Carrera48000.000.000000--0.0
Estadsticas Defensiva
TEMPORADAEQUIPOJJCOMBTOTALASTCAPT.FFFRYDSINTYDSPROMLRGTDPDSTFSTFYDSKB
2022171100.0000000000000
2023171010.0000000000000
2024141100.0000000000000
Carrera483210.0000000000000
Estadsticas Anotando
TEMPORADAEQUIPOJJPASEACARREOREC.REGRESOSTD2PTPUNTO EXTRAFGPTS
2022170140510032
2023170050500030
2024140030300018
Carrera48011201310080
Informacin provista por Elias Sports Bureau