mirror of
https://gitlab.aliens-lyon.fr/savrillo/gpens.git
synced 2026-09-11 21:20:46 +02:00
Room research modal
This commit is contained in:
@@ -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...";
|
||||
|
||||
Reference in New Issue
Block a user