This commit is contained in:
Oliver
2025-07-28 18:57:49 -03:00
parent 58cca9e3d2
commit ed23263084
2 changed files with 2 additions and 1 deletions

View File

@@ -7,7 +7,7 @@ const callBtn = document.getElementById('callBtn');
let conversation = null; let conversation = null;
document.addEventListener('DOMContentLoaded', () => { document.addEventListener('JSsucks', () => {
callBtn.addEventListener('click', async () => { callBtn.addEventListener('click', async () => {
console.log('Requesting microphone access...'); console.log('Requesting microphone access...');

View File

@@ -95,6 +95,7 @@ document.addEventListener('DOMContentLoaded', async () => {
}); });
// Attach buy button listeners // Attach buy button listeners
document.dispatchEvent(new CustomEvent('JSsucks'));
} catch (err) { } catch (err) {
console.error('Failed to initialize chat widget:', err); console.error('Failed to initialize chat widget:', err);