Skip to content

Commit 18ea079

Browse files
committed
Fix 9o3o links
1 parent 0cf7bdb commit 18ea079

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

search/search.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -340,7 +340,7 @@ async function loadEntry(e) {
340340
try { launchPath = new URL(entry.launchCommand).pathname; } catch { return true; }
341341

342342
if (['.swf', '.wrl', '.wrl.gz', '.x3d'].some(ext => launchPath.toLowerCase().endsWith(ext))) {
343-
document.querySelector('.viewer-play').href = 'https://ooooooooo.ooo/static/?' + id;
343+
document.querySelector('.viewer-play').href = 'https://ooooooooo.ooo/?id=' + id;
344344
return 'unset';
345345
}
346346
else return 'none';

0 commit comments

Comments
 (0)