diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 9f3daa1..79c7d07 100755 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -21,6 +21,7 @@ + @@ -32,7 +33,7 @@ - + @@ -78,7 +79,7 @@ 1601618466935 - + 1601618764031 @@ -213,7 +214,14 @@ 1601827583833 - + + 1601828809866 + + + + 1601828809866 + + @@ -249,7 +257,8 @@ - + + @@ -288,10 +297,10 @@ - + - + diff --git a/templates/faq.tmpl.html b/templates/faq.tmpl.html index ca1af03..ab3536b 100755 --- a/templates/faq.tmpl.html +++ b/templates/faq.tmpl.html @@ -48,6 +48,7 @@ This FAQ + Room-Options Join FAQ @@ -108,6 +109,28 @@ + + + + + Room-Options + + × + + + + + + + + + + + + @@ -173,16 +196,17 @@ Room [[ROOM_NAME]] - Code [[ROOM_CODE]] + - Share-URL - Ask a question + Ask a question + Copy-URL diff --git a/vendor/js/faq.js b/vendor/js/faq.js index 3a60192..07d652e 100644 --- a/vendor/js/faq.js +++ b/vendor/js/faq.js @@ -268,7 +268,7 @@ function welcomeMessage() welcomeModalText.html( 'You are an guest of this room.This means you are allowed to ask questions.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;
Room [[ROOM_NAME]] - Code [[ROOM_CODE]]