Merge branch 'guilds' of git.ssh.surf:snxraven/LinkUp-P1P-Chat into guilds

This commit is contained in:
Raven Scott 2024-07-07 20:51:41 -04:00
commit 6cfbb36d35

View File

@ -103,9 +103,7 @@
</div> </div>
</div> </div>
<script type="module"> <script>
import { processGuild } from './app.js';
document.addEventListener('DOMContentLoaded', function() { document.addEventListener('DOMContentLoaded', function() {
const messageInput = document.getElementById('message'); const messageInput = document.getElementById('message');
const copyTopicLink = document.getElementById('copy-topic-link'); const copyTopicLink = document.getElementById('copy-topic-link');
@ -256,4 +254,4 @@
} }
</script> </script>
</body> </body>
</html> </html>