Update ertpl.js

Fix attempt
This commit is contained in:
2025-04-13 09:36:45 +02:00
committed by GitHub
parent 0824c1d66b
commit f1c9fd70f8

View File

@@ -20,4 +20,4 @@ function changeUrlToFallbackNoTrue(aid,imgid,path) {
try { try {
document.getElementById(aid).href = "http://serverissimo.freeddns.org:30081/apps/files_sharing/publicpreview/ffdqobqRg2ezKXt?file=" + path + "&x=1920&y=1080"; document.getElementById(aid).href = "http://serverissimo.freeddns.org:30081/apps/files_sharing/publicpreview/ffdqobqRg2ezKXt?file=" + path + "&x=1920&y=1080";
} catch {} } catch {}
} }