Incepere creare procese separate
This commit is contained in:
@@ -1,7 +1,4 @@
|
||||
document.addEventListener('DOMContentLoaded', async function() {
|
||||
await new Promise(resolve => setTimeout(resolve, 2000));
|
||||
|
||||
window.electronAPI.changeContent('login.html')
|
||||
.then(() => console.log('Content changed successfully'))
|
||||
.catch(error => console.error('Error changing content:', error));
|
||||
fadeOut('login.html');
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user