Skip to content

Commit

Permalink
Gsa/add touchpoint (#387)
Browse files Browse the repository at this point in the history
* Add touchpoint to the 889

* Update touchpoint button

* Remove hidden div

* Updating the script tag for touchpoint

* Update code to attempt to fix race condition with js

* Updating touchpoint configuration

* Revert file changes
  • Loading branch information
felder101 authored Nov 21, 2024
1 parent ae042f2 commit adfe162
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion front-end/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,15 @@
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="Content-Security-Policy" content="script-src 'self' https://dap.digitalgov.gov https://www.google-analytics.com https://www.googletagmanager.com;">
<meta http-equiv="Content-Security-Policy" content="script-src 'self' https://dap.digitalgov.gov https://www.google-analytics.com
https://www.googletagmanager.com https://touchpoints.app.cloud.gov;">
<meta name="viewport" content="width=device-width, initial-scale=1.0" />

<link rel="icon" href="/favicon.ico" />
<script src="/js/uswds-init.min.js"></script>
<title>GSA 889 Representations Tool</title>
<script async="" type="text/javascript" src="https://dap.digitalgov.gov/Universal-Federated-Analytics-Min.js?agency=GSA" id="_fed_an_ua_tag"></script>
<script src="https://touchpoints.app.cloud.gov/touchpoints/55c3c7c9.js" async></script>
</head>
<body >
<div id="app" class="grid-row flex flex-column height-full"></div>
Expand Down

0 comments on commit adfe162

Please sign in to comment.