File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 11export function CCPAModal ( ) {
22 document . addEventListener ( "DOMContentLoaded" , function ( ) {
3- if ( window . location . hash . substring ( 1 ) === 'your-privacy-choices' ) {
3+ if ( window . location . hash . includes ( 'your-privacy-choices' ) ) {
44 document . querySelector ( "#ccpa-modal" ) . style . display = "block" ;
55 }
66 document . querySelector ( "#open-ccpa" ) . addEventListener ( "click" , ( ) => {
Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ html(lang='en')
7171 p If you wish to opt out of this sharing of your personal data in connection with cookies, please update your
7272 button.settings ( onClick ="window.OneTrust.ToggleInfoDisplay()" ) cookie settings.
7373 p If you wish to opt out of email-based sharing, provide your email address at
74- a.settings ( href ="" ) this link.
74+ a.settings ( href ="https://www.okta.com/your-privacy-choices/" , target = "_blank ") this link.
7575
7676 .column.pull-request
7777 span Missing something?
You can’t perform that action at this time.
0 commit comments