redisgn
This commit is contained in:
@@ -409,8 +409,7 @@ document.addEventListener('DOMContentLoaded', function() {
|
||||
}, 200);
|
||||
}, 100);
|
||||
|
||||
// Show feedback
|
||||
showInteractionFeedback('KI Telefon wird verbunden...');
|
||||
// Show feedback - removed
|
||||
});
|
||||
}
|
||||
}
|
||||
@@ -456,7 +455,7 @@ document.addEventListener('DOMContentLoaded', function() {
|
||||
}, 200);
|
||||
}, 100);
|
||||
|
||||
showInteractionFeedback('KI Chat wird gestartet...');
|
||||
// Show feedback - removed
|
||||
});
|
||||
}
|
||||
}
|
||||
@@ -497,7 +496,7 @@ document.addEventListener('DOMContentLoaded', function() {
|
||||
|
||||
if (kiPhoneBtn) {
|
||||
kiPhoneBtn.addEventListener('click', () => {
|
||||
showInteractionFeedback('KI Telefon wird verbunden...');
|
||||
// Show feedback - removed
|
||||
// Scroll to interaction section
|
||||
document.getElementById('interaction')?.scrollIntoView({
|
||||
behavior: 'smooth',
|
||||
@@ -508,7 +507,7 @@ document.addEventListener('DOMContentLoaded', function() {
|
||||
|
||||
if (chatBtn) {
|
||||
chatBtn.addEventListener('click', () => {
|
||||
showInteractionFeedback('KI Chat wird gestartet...');
|
||||
// Show feedback - removed
|
||||
// Scroll to interaction section
|
||||
document.getElementById('interaction')?.scrollIntoView({
|
||||
behavior: 'smooth',
|
||||
|
||||
Reference in New Issue
Block a user