fixed privacy policy splash
This commit is contained in:
@@ -496,9 +496,11 @@ class SplashScreen {
|
||||
}
|
||||
}
|
||||
showSplashScreen() {
|
||||
this.splashScreen.classList.remove('hidden');
|
||||
this.headerNav.classList.add('out-of-view');
|
||||
this.footerNav.classList.add('out-of-view');
|
||||
if (window.location.href.indexOf('privacy-policy') === -1) {
|
||||
this.splashScreen.classList.remove('hidden');
|
||||
this.headerNav.classList.add('out-of-view');
|
||||
this.footerNav.classList.add('out-of-view');
|
||||
}
|
||||
}
|
||||
hideSplashScreen() {
|
||||
this.splashScreen.classList.add('close');
|
||||
|
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user