Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
L
linkedin-public-profile
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
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
mbas
linkedin-public-profile
Commits
67652601
Commit
67652601
authored
Feb 22, 2016
by
Julian Beisenkötter
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bugfixes
parent
1c28bb5f
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
educations.js
src/analyse-parts/educations.js
+1
-1
positions.js
src/analyse-parts/positions.js
+1
-1
No files found.
src/analyse-parts/educations.js
View file @
67652601
...
...
@@ -7,7 +7,7 @@ var educationsAnalysis = function($, profile){
school
:
schoolItem
.
find
(
".item-title"
).
text
(),
course
:
schoolItem
.
find
(
".item-subtitle"
).
text
(),
from
:
schoolItem
.
find
(
".meta .date-range time:nth-child(1)"
).
text
(),
to
:
schoolItem
.
find
(
".meta .date-range time:nth-child(2)"
).
text
()
to
:
schoolItem
.
find
(
".meta .date-range time:nth-child(2)"
).
text
()
,
description
:
schoolItem
.
find
(
".description p"
).
text
()
};
profile
.
educations
.
push
(
school
);
...
...
src/analyse-parts/positions.js
View file @
67652601
...
...
@@ -7,7 +7,7 @@ var positionsAnalysis = function($, profile){
position
:
positionItem
.
find
(
".item-title"
).
text
(),
companyName
:
positionItem
.
find
(
".item-subtitle"
).
text
(),
from
:
positionItem
.
find
(
".meta .date-range time:nth-child(1)"
).
text
(),
to
:
positionItem
.
find
(
".meta .date-range time:nth-child(2)"
).
text
()
to
:
positionItem
.
find
(
".meta .date-range time:nth-child(2)"
).
text
()
,
locality
:
positionItem
.
find
(
".meta .location"
).
text
(),
description
:
positionItem
.
find
(
".description"
).
text
(),
current
:
(
positionItem
.
attr
(
'data-section'
)
==
"currentPositions"
)
...
...
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