Compare commits
1 Commits
2991cf0685
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| 1df74e274d |
@@ -23,7 +23,7 @@
|
||||
</ul>
|
||||
<div class="form-container" id="form-section">
|
||||
<form id="demo-form">
|
||||
<h2>Dapatkan Demo Gratis</h2>
|
||||
<h2>Mayagen Demo Gratis</h2>
|
||||
<p>Silakan isi formulir di bawah ini untuk melanjutkan ke halaman demo.</p>
|
||||
|
||||
<div class="input-group">
|
||||
|
||||
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user