Spaces:
Sleeping
Sleeping
Update index.html
Browse files- index.html +0 -1
index.html
CHANGED
|
@@ -675,7 +675,6 @@
|
|
| 675 |
historyItem.className = 'history-item';
|
| 676 |
historyItem.innerHTML = `
|
| 677 |
<div class="history-question">${truncateText(item.q, 70)}</div>
|
| 678 |
-
<div class="history-date">${new Date(item.timestamp).toLocaleString()}</div>
|
| 679 |
|
| 680 |
`;
|
| 681 |
historyItem.addEventListener('click', () => {
|
|
|
|
| 675 |
historyItem.className = 'history-item';
|
| 676 |
historyItem.innerHTML = `
|
| 677 |
<div class="history-question">${truncateText(item.q, 70)}</div>
|
|
|
|
| 678 |
|
| 679 |
`;
|
| 680 |
historyItem.addEventListener('click', () => {
|