Incepere creare procese separate

This commit is contained in:
andrei-mihnea-cerbu
2024-04-03 23:22:38 +03:00
parent 038b809dd8
commit ffeebf1177
58 changed files with 913 additions and 479 deletions
+1 -8
View File
@@ -10,7 +10,6 @@ document.addEventListener("DOMContentLoaded", function() {
}
}
// Call the function to update file name on DOMContentLoaded
updateFileName();
async function fetchUsersAndCreateCheckboxes() {
@@ -60,13 +59,7 @@ document.addEventListener("DOMContentLoaded", function() {
document.getElementById('backButton').addEventListener('click', async function () {
console.log('Back button clicked');
try {
await window.electronAPI.changeContent('main_menu.html');
console.log('Content changed successfully');
} catch (error) {
console.error('Error changing content:', error);
}
fadeOut('main_menu.html');
});
document.getElementById('submitButton').addEventListener('click', async function (event) {