Merge branch 'master' of leafbla.de:dominic/webpnp
This commit is contained in:
commit
f966ee4abc
2
ui.html
2
ui.html
@ -17,7 +17,7 @@
|
|||||||
<input id="join_session_id" type="text" placeholder="Enter session id" />
|
<input id="join_session_id" type="text" placeholder="Enter session id" />
|
||||||
<button id="btn_join_session">Join session</button>
|
<button id="btn_join_session">Join session</button>
|
||||||
|
|
||||||
<script src="/static/renderer.js"></script>
|
<script src="../static/renderer.js"></script>
|
||||||
<script>
|
<script>
|
||||||
document.getElementById("btn_create_session").onclick = async function (e) {
|
document.getElementById("btn_create_session").onclick = async function (e) {
|
||||||
let data = {};
|
let data = {};
|
||||||
|
Loading…
Reference in New Issue
Block a user