ImageMaster3000 ist nach C# umgezogen

This commit is contained in:
Simon Lübeß
2023-08-04 15:37:07 +02:00
parent 70da97e23b
commit 41ee4efcce
6 changed files with 79 additions and 60 deletions

View File

@ -34,25 +34,5 @@
</div>
<script src="_framework/blazor.server.js"></script>
<script type="module" src="scripts/ImageMaster3000.js"></script>
<script>
window.DoSexyStuffBridge = async function (prompt)
{
// Stellen Sie sicher, dass das Modul geladen und die Funktion verfügbar ist
if (typeof DoSexyStuff === "function")
{
return await DoSexyStuff(prompt);
}
else
{
console.error("Die Funktion DoSexyStuff ist nicht verfügbar.");
return "Error";
}
}
</script>
</body>
</html>