From 4d12aee66e5b80f23334e58aa79a4d5eccba13ba Mon Sep 17 00:00:00 2001 From: LEGALISE_PIRACY Date: Mon, 6 May 2024 00:40:37 +0000 Subject: [PATCH] Update semag/sb2toswf/index.html --- semag/sb2toswf/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/semag/sb2toswf/index.html b/semag/sb2toswf/index.html index 90c940c4..0d8ef2d0 100644 --- a/semag/sb2toswf/index.html +++ b/semag/sb2toswf/index.html @@ -21,7 +21,7 @@ player.style.width = "100%"; player.style.height = "100%"; container.appendChild(player); - player.load("converter.swf"); + player.load("Converter.swf"); });