Skip to content

Commit ab48ec6

Browse files
committed
Try to add links to UK age gate
1 parent cef03c8 commit ab48ec6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

scripts/store/app.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ if( document.getElementById( 'error_box' ) )
99
{
1010
AddLinksInErrorBox( document.getElementById( 'error_box' ) );
1111
}
12+
else if( document.querySelector( 'agegate_age_validation' ) )
13+
{
14+
AddLinksInErrorBox( document.querySelector( 'agegate_age_validation' ) );
15+
}
1216
else
1317
{
1418
GetOption( {

0 commit comments

Comments
 (0)