Skip to content

Commit

Permalink
Update technologies.json
Browse files Browse the repository at this point in the history
Remove `window.` references.
  • Loading branch information
AliasIO authored Sep 17, 2020
1 parent 539bb8e commit eb20307
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions src/technologies.json
Original file line number Diff line number Diff line change
Expand Up @@ -4832,7 +4832,7 @@
"<a[^>]+govuk-link\\;confidence:10"
],
"js": {
"window.GOVUKFrontend": ""
"GOVUKFrontend": ""
},
"scripts": [
"govuk-frontend(?:[^>]*?([0-9a-fA-F]{7,40}|[\\d]+(?:.[\\d]+(?:.[\\d]+)?)?)|)[^>]*?(?:\\.min)?\\.js\\;version:\\1?a:"
Expand All @@ -4852,7 +4852,7 @@
"<link[^>]+govuk-template-ie8[^>\"]+css"
],
"js": {
"window.GOVUK": ""
"GOVUK": ""
},
"scripts": [
"govuk-template\\.js"
Expand All @@ -4865,9 +4865,9 @@
66
],
"js": {
"window.GOVUK.primaryLinks": "",
"window.GOVUK.details": "",
"window.GOVUK.modules": ""
"GOVUK.primaryLinks": "",
"GOVUK.details": "",
"GOVUK.modules": ""
},
"icon": "govuk.png",
"website": "https://github.com/alphagov/govuk_frontend_toolkit"
Expand Down Expand Up @@ -7452,7 +7452,7 @@
},
"icon": "Loja Integrada.png",
"js": {
"window.LOJA_ID": ""
"LOJA_ID": ""
},
"website": "https://lojaintegrada.com.br/"
},
Expand Down Expand Up @@ -7773,7 +7773,7 @@
"description": "Matomo Tag Manager manages tracking and marketing tags.",
"icon": "Matomo.png",
"js": {
"window.MatomoTagManager": ""
"MatomoTagManager": ""
},
"website": "https://developer.matomo.org/guides/tagmanager/introduction"
},
Expand Down

0 comments on commit eb20307

Please sign in to comment.