File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -70,3 +70,4 @@ jFUCQQCEKcuxG/huGU5PuNRKA5TfpOE9l0cquiI9613YdbbUszc19PWXFywu5ttHzp29y3jE
7070```
7171
7272
73+ [ ![ Netlify Status] ( https://api.netlify.com/api/v1/badges/a7197edc-db66-4a23-b006-657a5868fdbf/deploy-status )] ( https://app.netlify.com/sites/settle-request-generator/deploys )
Original file line number Diff line number Diff line change @@ -95,13 +95,15 @@ function integratorFalse() {
9595 document . getElementById ( "controllGroupIntegrator" ) . style . display = "none" ;
9696 isIntegrator = false ;
9797 // console.log(isIntegrator);
98+ generateHeaders ( ) ;
9899}
99100
100101function integratorTrue ( ) {
101102 document . getElementById ( "controllGroupApiUser" ) . style . display = "none" ;
102103 document . getElementById ( "controllGroupIntegrator" ) . style . display = "block" ;
103104 isIntegrator = true ;
104105 // console.log(isIntegrator);
106+ generateHeaders ( ) ;
105107}
106108
107109// generateHeaders :: Void
You can’t perform that action at this time.
0 commit comments