Room research modal

This commit is contained in:
Adrien Vannson
2021-10-14 12:38:53 +02:00
parent 27eb0b4cc9
commit 7d16a1117f
2 changed files with 60 additions and 2 deletions
+7
View File
@@ -10,6 +10,13 @@ function httpGetAsync(theUrl, callback)
xmlHttp.send(null);
}
function researchRoom()
{
let text = document.getElementById('research').value;
}
function putWaitNetworkScreen()
{
outputDiv.innerHTML = "Récupération des informations auprès du serveur...";