comparison src/chat.js @ 50:85c5f62070d8

misc
author Franklin Schmidt <fschmidt@gmail.com>
date Fri, 15 Aug 2025 09:33:29 +0900
parents 97b0d206cacd
children 27758f3b2d69
comparison
equal deleted inserted replaced
49:97b0d206cacd 50:85c5f62070d8
146 startRecording(); 146 startRecording();
147 } else { 147 } else {
148 recorder.stop(); 148 recorder.stop();
149 } 149 }
150 } 150 }
151
152 function chatJson() {
153 location = `chat.json?chat=${chat.id}`;
154 }