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