mirror of
https://gitlab.com/PronounsPage/PronounsPage.git
synced 2025-09-24 05:05:20 -04:00
lint
This commit is contained in:
parent
8597f05ca8
commit
3851c0e170
@ -98,13 +98,13 @@ const loadAds = async (): Promise<void> => {
|
|||||||
try {
|
try {
|
||||||
await loadScript(
|
await loadScript(
|
||||||
'publift',
|
'publift',
|
||||||
'https://cdn.fuseplatform.net/publift/tags/2/3329/fuse.js'
|
'https://cdn.fuseplatform.net/publift/tags/2/3329/fuse.js',
|
||||||
);
|
);
|
||||||
await loadScript(
|
await loadScript(
|
||||||
'publift-video',
|
'publift-video',
|
||||||
'https://live.primis.tech/live/liveView.php?s=118558&schain=1.0,1!publift.com,[01H9H7XDCTSKKX1ECPR1VWQXQ9],1',
|
'https://live.primis.tech/live/liveView.php?s=118558&schain=1.0,1!publift.com,[01H9H7XDCTSKKX1ECPR1VWQXQ9],1',
|
||||||
undefined,
|
undefined,
|
||||||
'[data-phkey=content-0]'
|
'[data-phkey=content-0]',
|
||||||
);
|
);
|
||||||
} catch (error) {
|
} catch (error) {
|
||||||
if (error instanceof LoadScriptError) {
|
if (error instanceof LoadScriptError) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user