Updating FAQ-Gui

Took 30 minutes
This commit is contained in:
2020-10-04 20:06:47 +02:00
parent 5116eb2550
commit 1abd098b68
3 changed files with 42 additions and 9 deletions

2
vendor/js/faq.js vendored
View File

@ -268,7 +268,7 @@ function welcomeMessage()
welcomeModalText.html( 'You are an guest of this room.<br>This means you are allowed to ask questions.<br>To ask a question, click on "Ask a question", then enter your name and your question.' );
is_owner = false;
}
setTimeout( function() { welcomeModalClose.prop( 'disabled', false ); }, 1500 );
setTimeout( function() { welcomeModalClose.prop( 'disabled', false ); }, 500 );
}, function()
{
is_owner = false;