Added room_owner and welcome message thingy(server-side)

Took 24 minutes
This commit is contained in:
2020-10-04 17:45:24 +02:00
parent f48ed79fd9
commit 78f386d563
4 changed files with 32 additions and 11 deletions

2
vendor/js/faq.js vendored
View File

@ -284,4 +284,4 @@ function welcomeMessage()
setInterval( function() { getQuestions(); }, 1500 );
welcomeMessage();
setTimeout( function() { welcomeMessage(); getQuestions(); }, 500 );