Skip to content

Commit

Permalink
AA is not typesafe, multi-billion dollar company...
Browse files Browse the repository at this point in the history
  • Loading branch information
Khalid committed Feb 23, 2022
1 parent c423ddd commit bb610ce
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions components/Tabs/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ export const Tabs: React.FC<ResponseSuccess> = observer((props) => {
win.adobeDataLayer.push({
event: 'pageLoad',
page: {
title: 'eng-sc-labs eligibility-estimator test',
language: 'eng',
title: title,
language: lang,
creator: 'Employment and Social Development Canada',
accessRights: '2',
service:
Expand Down
2 changes: 1 addition & 1 deletion pages/eligibility/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ const Eligibility: NextPage<ResponseSuccess | ResponseError> = (props) => {
</Layout>

<script src="/scripts/adobe.js"></script>
<script type="text/javascript"></script>
<script type="text/javascript">_satellite.pageBottom()</script>
</>
)
}
Expand Down
2 changes: 1 addition & 1 deletion public/scripts/adobe.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
window.adobeDataLayer = adobeDataLayer
_satellite.setVar('jsAbort', false)
_satellite.setVar('jsAbort', 'false')
window._satellite = _satellite

0 comments on commit bb610ce

Please sign in to comment.