This commit is contained in:
Andrea Vos 2025-02-06 21:06:58 +01:00
parent 8597f05ca8
commit 3851c0e170

View File

@ -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) {