Iteration 37
This commit is contained in:
@@ -78,5 +78,6 @@
|
||||
|
||||
<audio id="msg-sound" src="/sound/message.mp3" preload="auto"></audio>
|
||||
<script src="script.js"></script>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
@@ -304,6 +304,7 @@ newChatBtn.addEventListener('click', async () => {
|
||||
// Создаем пустой файл и переключаемся
|
||||
await saveHistoryToServer(newId, []);
|
||||
loadHistoryFromServer(newId);
|
||||
|
||||
});
|
||||
|
||||
// --- Утилиты ---
|
||||
|
||||
@@ -311,4 +311,5 @@ body {
|
||||
@keyframes bounce {
|
||||
0%, 80%, 100% { transform: scale(0); opacity: 0.5; }
|
||||
40% { transform: scale(1); opacity: 1; }
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user