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