fix: remove dangling } from regex cleanup of submitReuse

This commit is contained in:
Claus Lohmar 2026-07-23 09:05:11 +00:00
parent 9eb0f15261
commit 492924f346

View file

@ -421,8 +421,6 @@ async function copyVM(jobId, vmid, sourceFilename) {
status.innerHTML = '<div class="error">Failed: ' + err.message + '</div>';
}
}
}
</script>
{% endblock %}