Merger bug fix, and added lred redirection

This commit is contained in:
YourFriendlyNeighborhoodDealer
2019-03-17 12:18:07 +01:00
parent ef7066474c
commit 5902585914
2 changed files with 7 additions and 1 deletions
+1 -1
View File
@@ -378,7 +378,7 @@ function ReadData(data) {
try {
currQuestion.I = JSON.parse(currData);
} catch (e) {
currQuestion.I = [currData];
currQuestion.I = currData.split(',');
}
}
ExpectedIdentifier = ['?', '+'];