forked from snxraven/LinkUp-P2P-Chat
Merge branch 'guilds' of git.ssh.surf:snxraven/LinkUp-P1P-Chat into guilds
This commit is contained in:
commit
6cfbb36d35
@ -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>
|
Loading…
Reference in New Issue
Block a user