Commit 15ad0f7f by Иван Кубота

reverse

parent 57181804
Pipeline #563 failed with stage
...@@ -444,13 +444,13 @@ data = {tags:[], connections:[], more:[], standardQuestions: {}, standardAnswers ...@@ -444,13 +444,13 @@ data = {tags:[], connections:[], more:[], standardQuestions: {}, standardAnswers
var tid = 1, cid = 1; var tid = 1, cid = 1;
var tagsHash = {}; var tagsHash = {};
/*data.more = data.more.concat([ data.more = data.more.concat([
{p: '1cards_2020_02_28.csv', i: '1components.csv'}, {p: '1cards_2020_02_28.csv', i: '1components.csv'},
{q: '2questions.csv', a: '2answers.csv', c: '2cards_2020_2_21.csv'}, {q: '2questions.csv', a: '2answers.csv', c: '2cards_2020_2_21.csv'},
{q: '3questions.csv', a: '3answers.csv', c: '3cards.csv'}, {q: '3questions.csv', a: '3answers.csv', c: '3cards.csv'},
{q: '4questions.csv', a: '4answers.csv', c: '4cards.csv'}, {q: '4questions.csv', a: '4answers.csv', c: '4cards.csv'},
{c: 'top-35-march-c.csv', q: 'top-35-march-q.csv', a: 'top-35-march-a.csv'}, {c: 'top-35-march-c.csv', q: 'top-35-march-q.csv', a: 'top-35-march-a.csv'},
]);*/ ]);
let id = 1; let id = 1;
let theInc = ()=>id++; let theInc = ()=>id++;
let was = {}; let was = {};
......
...@@ -65,7 +65,7 @@ data.after = function(inComeData, skipInit){ ...@@ -65,7 +65,7 @@ data.after = function(inComeData, skipInit){
} }
ctx.setData(theData=inComeData); ctx.setData(theData=inComeData);
standardQuestions = inComeData.standardQuestions; standardQuestions = inComeData.standardQuestions;
firstRequest(); //firstRequest();
} }
}; };
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment