mirror of
https://gitlab.com/PronounsPage/PronounsPage.git
synced 2025-09-21 19:45:23 -04:00
(lint)
This commit is contained in:
parent
77d33c7a7a
commit
fa4e2a3676
@ -18,8 +18,8 @@ declare global {
|
||||
interface Window {
|
||||
dataLayer: unknown[];
|
||||
gnshbrequest: {
|
||||
cmd: any[],
|
||||
forceInternalRequest: () => void,
|
||||
cmd: any[];
|
||||
forceInternalRequest: () => void;
|
||||
};
|
||||
}
|
||||
}
|
||||
@ -99,8 +99,8 @@ const loadAds = async (): Promise<void> => {
|
||||
}
|
||||
|
||||
try {
|
||||
window.gnshbrequest = window.gnshbrequest || {cmd:[]};
|
||||
window.gnshbrequest.cmd.push(function(){
|
||||
window.gnshbrequest = window.gnshbrequest || { cmd: [] };
|
||||
window.gnshbrequest.cmd.push(function () {
|
||||
window.gnshbrequest.forceInternalRequest();
|
||||
});
|
||||
|
||||
|
@ -53,7 +53,7 @@ const config = useConfig();
|
||||
<p><T>privacy.content.sentry</T></p>
|
||||
<p v-if="config.ads && config.ads.enabled">
|
||||
<T>privacy.content.geniee</T>
|
||||
<!--<span data-fuse-privacy-tool></span>-->
|
||||
<!-- <span data-fuse-privacy-tool></span> -->
|
||||
<T>privacy.content.gtm</T>
|
||||
</p>
|
||||
<p><T>privacy.content.logsBackups</T></p>
|
||||
|
Loading…
x
Reference in New Issue
Block a user