diff --git a/.idea/workspace.xml b/.idea/workspace.xml
index 13ffcb1..ce3020e 100755
--- a/.idea/workspace.xml
+++ b/.idea/workspace.xml
@@ -21,9 +21,7 @@
-
-
-
+
@@ -34,7 +32,7 @@
-
+
@@ -80,7 +78,7 @@
1601618466935
-
+
1601618764031
@@ -334,7 +332,14 @@
1601919457161
-
+
+ 1601922350102
+
+
+
+ 1601922350102
+
+
@@ -353,7 +358,6 @@
-
@@ -378,7 +382,8 @@
-
+
+
@@ -417,10 +422,10 @@
-
+
-
+
diff --git a/vendor/js/faq.js b/vendor/js/faq.js
index 86259da..d3b6b9a 100644
--- a/vendor/js/faq.js
+++ b/vendor/js/faq.js
@@ -99,6 +99,9 @@ function askQuestion()
case 903:
askErrorMsg.html( "The question should contain at least 10 up to 500 characters!
The nickname should contain at least 3 up to 20 characters!" );
break;
+ case 910:
+ askErrorMsg.html( "The Room is locked.
You cannot ask/answer questions anymore!" );
+ break;
default:
$('.modal').modal('hide');
setTimeout( function( result ){
@@ -197,6 +200,9 @@ function answer()
case 905:
answerErrorMsg.html( 'You are not allowed to answer questions!' );
break;
+ case 910:
+ answerErrorMsg.html( "The Room is locked.
You cannot ask/answer questions anymore!" );
+ break;
default:
answerErrorMsg.html( 'An error occurred. Please try again later!' );
}