{"version":3,"sources":["webpack:///./src/pages/team-boys/u14-juniors.js","webpack:///./src/components/thefa-table.js"],"names":["TeamBoysU13Juniors","className","src","leagueId","href","target","TheFATable","props","elementId","useEffect","scriptCode","document","createElement","scriptTag","type","async","innerHTML","body","appendChild","removeChild","id"],"mappings":"8FAAA,gGAIe,SAASA,IAGtB,OACE,kBAAC,IAAD,KACA,6BAASC,UAAU,aACnB,oDACA,yBAAKA,UAAU,YACX,yBAAKA,UAAU,YACX,yBAAKA,UAAU,OACf,yBAAKC,IAAI,wBAAwBD,UAAU,mCAE3C,yBAAKA,UAAU,iBACf,ySAGA,gKAKA,yBAAKA,UAAU,2FACf,4CACA,kBAAC,IAAD,CAAYE,SAAS,gBAKzB,yBAAKF,UAAU,YACX,yBAAKA,UAAU,gGACf,yBAAKA,UAAU,8CACX,wBAAIA,UAAU,aAAd,oBACA,4BACA,yCACA,0EACA,0CACA,uDACA,wCACA,qEAA0C,6BAA1C,sBAEA,sCACA,mEACA,6CACA,4BAAI,uBAAGG,KAAK,kCAAR,+BAKR,yBAAKH,UAAU,OACf,yBAAKA,UAAU,OACX,yBAAKA,UAAU,kBACf,yBAAKA,UAAU,eAAf,gBACA,yBAAKC,IAAI,2BACT,yBAAKD,UAAU,aACX,uBAAGA,UAAU,aAAb,qKACA,yBAAKA,UAAU,aACf,uBAAGG,KAAK,oCAAoCC,OAAO,SAASJ,UAAU,oCAAtE,2B,kCC5DpB,2DAEe,SAASK,EAAWC,GAE/B,IAAMJ,EAAWI,EAAMJ,SACjBK,EAAY,OAASL,EAsB3B,OApBAM,qBAAU,WACN,IAAMC,EAAaC,SAASC,cAAc,UACpCC,EAAYF,SAASC,cAAc,UAYzC,OAVAF,EAAWI,KAAO,kBAClBJ,EAAWK,OAAQ,EACnBL,EAAWM,UAAX,iBAAwCb,EAAxC,KAEAU,EAAUX,IAAM,yDAChBW,EAAUE,OAAQ,EAElBJ,SAASM,KAAKC,YAAYR,GAC1BC,SAASM,KAAKC,YAAYL,GAEnB,WACHF,SAASM,KAAKE,YAAYT,GAC1BC,SAASM,KAAKE,YAAYN,OAK9B,yBAAKO,GAAIZ,GAAT,mBAAoC,uBAAGJ,KAAK,uEAAR,wCAAsH,6BAAK,6BAAK,uBAAGA,KAAK,kCAAR","file":"component---src-pages-team-boys-u-14-juniors-js-860fe172200594784172.js","sourcesContent":["import React, { useEffect } from \"react\"\r\nimport Layout from \"../../components/layout\"\r\nimport TheFATable from \"../../components/thefa-table\"\r\n\r\nexport default function TeamBoysU13Juniors() {\r\n\r\n \r\n return ( \r\n \r\n
\r\n

Under 14's - Juniors

\r\n
\r\n
\r\n
\r\n \r\n
\r\n
\r\n

\r\n A committed group of players and coaches enjoying their 7th season in the Garforth league. We aim to play an attractive brand of football which is built from the back and have developed the boys so they can adapt to any number of positions they are asked to play in.\r\n

\r\n

\r\n All coaches are FA qualified. In additional all staff are CRC with at least one First Aid qualified member present at all times.\r\n

\r\n
\r\n\r\n
\r\n

League Table

\r\n \r\n
\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n

Team Information

\r\n
\r\n
Age Range
\r\n
School Year 9, DoB 01/09/2008 - 31/08/2009
\r\n
Manager(s)
\r\n
Pete Walsh & Mike Inman
\r\n
Training
\r\n
Bedquilts Saturday 8:45am till 10:15am
\r\n Wednesday Evenings
\r\n
League
\r\n
Garforth Junior League - Division 2
\r\n
Join the team
\r\n
leedscityjnrs@gmail.com
\r\n
\r\n
\r\n
\r\n\r\n
\r\n
\r\n
\r\n
Team Sponsor
\r\n \r\n
\r\n

A social value partner to industry, particularly the construction industry. Experts in designing, developing & delivering CSR projects, changing lives & futures.

\r\n
\r\n View Sponsor\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n );\r\n}\r\n\r\n","import React, { useEffect } from \"react\"\r\n\r\nexport default function TheFATable(props) {\r\n\r\n const leagueId = props.leagueId;\r\n const elementId = 'lrep' + leagueId;\r\n\r\n useEffect(() => {\r\n const scriptCode = document.createElement('script');\r\n const scriptTag = document.createElement('script');\r\n\r\n scriptCode.type = 'text/javascript';\r\n scriptCode.async = true;\r\n scriptCode.innerHTML = `var lrcode = '${leagueId}';`;\r\n \r\n scriptTag.src = 'https://fulltime-league.thefa.com/client/api/cs1.js?v2';\r\n scriptTag.async = true;\r\n\r\n document.body.appendChild(scriptCode);\r\n document.body.appendChild(scriptTag);\r\n \r\n return () => {\r\n document.body.removeChild(scriptCode);\r\n document.body.removeChild(scriptTag);\r\n }\r\n })\r\n\r\n return (\r\n
Data loading....click here for Under 12 - Division 8

FULL-TIME Home
\r\n\r\n );\r\n}"],"sourceRoot":""}