@@ -249,7 +249,11 @@ function ReadData(data) {
// dont allow overwriting
// ?!>>>
if (!currQuestion.HasImage()) {
try {
currQuestion.I = JSON.parse(currData);
} catch (e) {
currQuestion.I = [currData];
}
ExpectedIdentifier = ['?', '+'];
continue;
The note is not visible to the blocked user.