Fixing 500 server error #12

Took 16 minutes
This commit is contained in:
2020-10-05 21:59:42 +02:00
parent f612de7a5b
commit e5ec9342d5
4 changed files with 22 additions and 13 deletions

2
vendor/js/faq.js vendored
View File

@ -273,7 +273,7 @@ function welcomeMessage()
request( 'getWelcomeInfo', {}, function( result ) {
if ( result.data.is_owner === true )
{
welcomeModalText.html( 'You are the owner of this room.<br>That means you are allowed to ask and <strong>answer</strong> questions!<br><br>To share your room code use the share-url or the room-code.' );
welcomeModalText.html( 'You are an admin of this room.<br>That means you are allowed to ask and <strong>answer</strong> questions!<br><br>To share your room code use the share-url or the room-code.' );
is_owner = true;
}
else