Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
K
kus-admin
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Иван Кубота
kus-admin
Commits
15ad0f7f
Commit
15ad0f7f
authored
Mar 05, 2020
by
Иван Кубота
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
reverse
parent
57181804
Pipeline
#563
failed with stage
Changes
2
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
db.js
db.js
+2
-2
generateRandom.js
src/api/generateRandom.js
+1
-1
No files found.
db.js
View file @
15ad0f7f
...
...
@@ -444,13 +444,13 @@ data = {tags:[], connections:[], more:[], standardQuestions: {}, standardAnswers
var
tid
=
1
,
cid
=
1
;
var
tagsHash
=
{};
/*
data.more = data.more.concat([
data
.
more
=
data
.
more
.
concat
([
{
p
:
'1cards_2020_02_28.csv'
,
i
:
'1components.csv'
},
{
q
:
'2questions.csv'
,
a
:
'2answers.csv'
,
c
:
'2cards_2020_2_21.csv'
},
{
q
:
'3questions.csv'
,
a
:
'3answers.csv'
,
c
:
'3cards.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'
},
]);
*/
]);
let
id
=
1
;
let
theInc
=
()
=>
id
++
;
let
was
=
{};
...
...
src/api/generateRandom.js
View file @
15ad0f7f
...
...
@@ -65,7 +65,7 @@ data.after = function(inComeData, skipInit){
}
ctx
.
setData
(
theData
=
inComeData
);
standardQuestions
=
inComeData
.
standardQuestions
;
firstRequest
();
//
firstRequest();
}
};
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment