diff --git a/form-page/index.html b/form-page/index.html index e5e61be..0ecb782 100644 --- a/form-page/index.html +++ b/form-page/index.html @@ -23,7 +23,7 @@
-

Dapatkan Demo Gratis

+

Mayagen Demo Gratis

Silakan isi formulir di bawah ini untuk melanjutkan ke halaman demo.

diff --git a/form-page/script.js b/form-page/script.js index a925616..83e3f9f 100644 --- a/form-page/script.js +++ b/form-page/script.js @@ -278,15 +278,6 @@ document.addEventListener('DOMContentLoaded', function() { window.addEventListener('resize', setVh); window.addEventListener('load', setVh); - const userNameElement = document.querySelector('.user-details h2'); - if (userNameElement) { - userNameElement.textContent = nama; // Set user name in chat header - } - const userInitialElement = document.querySelector('.avatar'); - if (userInitialElement) { - userInitialElement.textContent = nama.split(' ').map(n => n[0]).join('').substring(0, 1); - } - toggleAttachmentIcons(true); const chatArea = document.querySelector('.chat-area'); if (chatArea) {