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 1
1
export function CCPAModal ( ) {
2
2
document . addEventListener ( "DOMContentLoaded" , function ( ) {
3
- if ( window . location . hash . substring ( 1 ) === 'your-privacy-choices' ) {
3
+ if ( window . location . hash . includes ( 'your-privacy-choices' ) ) {
4
4
document . querySelector ( "#ccpa-modal" ) . style . display = "block" ;
5
5
}
6
6
document . querySelector ( "#open-ccpa" ) . addEventListener ( "click" , ( ) => {
Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ html(lang='en')
71
71
p If you wish to opt out of this sharing of your personal data in connection with cookies, please update your
72
72
button.settings ( onClick ="window.OneTrust.ToggleInfoDisplay()" ) cookie settings.
73
73
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.
75
75
76
76
.column.pull-request
77
77
span Missing something?
You can’t perform that action at this time.
0 commit comments