Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,6 @@ <h2>Online Converter</h2>
const previewContainer = document.getElementById('preview-container');
const fileStatusText = document.getElementById('fileStatusText');

let isEngineReady = false;
let selectedFiles = []; // Maintain our own list of files

// 1. Fetch our comprehensive JSON database to populate dropdown and input filter
Expand Down Expand Up @@ -260,7 +259,6 @@ <h2>Online Converter</h2>

await initializeImageMagick(wasmBytes);

isEngineReady = true;
convertBtn.textContent = "Convert Image";
convertBtn.disabled = false;
statusDiv.textContent = "Engine Ready. Select a file to convert.";
Expand Down