File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1-
1+
22function uuidv4 ( ) {
33 return ( [ 1e7 ] + - 1e3 + - 4e3 + - 8e3 + - 1e11 ) . replace ( / [ 0 1 8 ] / g, c =>
44 ( c ^ crypto . getRandomValues ( new Uint8Array ( 1 ) ) [ 0 ] & 15 >> c / 4 ) . toString ( 16 )
@@ -707,7 +707,8 @@ function uuidv4() {
707707 }
708708
709709 async function injectSkbTypeform ( ) {
710-
710+ let form_container = document . querySelector ( ".bootcamp-eligibility-typeform-container" ) ;
711+
711712 setTimeout ( ( ) => {
712713 form_container . innerHTML += `<div data-tf-live="01J4KEYWGD71WMDM2E8HEV3YQR" data-tf-hidden="sid=${ window . aiCoreParams . sid } ,country=${ window . aiCoreParams . country } "></div>`
713714 var s = document . createElement ( 'script' ) ;
@@ -717,7 +718,7 @@ function uuidv4() {
717718 }
718719
719720 async function injectAfaTypeform ( ) {
720-
721+ let form_container = document . querySelector ( ".afa-typeform-container" ) ;
721722 setTimeout ( ( ) => {
722723 form_container . innerHTML += `<div data-tf-live="01J6VM8RNPARBGTGAVECYDJ3PS" data-tf-hidden="sid=${ window . aiCoreParams . sid } ,country=${ window . aiCoreParams . country } "></div>`
723724 var s = document . createElement ( 'script' ) ;
You can’t perform that action at this time.
0 commit comments