Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
gargantext
Project
Project
Details
Activity
Releases
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
humanities
gargantext
Commits
9bd7fd16
Commit
9bd7fd16
authored
Oct 27, 2016
by
delanoe
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[ANNOTATIONS] Some comments.
parent
f9d4efe8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
highlight.js
annotations/static/annotations/highlight.js
+3
-3
No files found.
annotations/static/annotations/highlight.js
View file @
9bd7fd16
...
...
@@ -214,7 +214,7 @@
var
newNgramText
=
annotation
.
trim
()
// new ngram (first call creates then like previous case for list)
$scope
.
menuItems
.
push
({
'comment'
:
"Create and add to
STOPLIST
"
,
'comment'
:
"Create and add to
stop list
"
,
'tgtListName'
:
"STOPLIST"
,
'crudCalls'
:[
{
'service'
:
MainApiAddNgramHttpService
,
'action'
:
'put'
,
...
...
@@ -225,7 +225,7 @@
]
})
;
$scope
.
menuItems
.
push
({
'comment'
:
"Create and add to
MAINLIST
"
,
'comment'
:
"Create and add to
candidate list
"
,
'tgtListName'
:
"MAINLIST"
,
'crudCalls'
:[
{
'service'
:
MainApiAddNgramHttpService
,
'action'
:
'put'
,
...
...
@@ -236,7 +236,7 @@
]
})
;
$scope
.
menuItems
.
push
({
'comment'
:
"Create and add to
MAPLIST
"
,
'comment'
:
"Create and add to
map list
"
,
'tgtListName'
:
"MAPLIST"
,
'crudCalls'
:[
{
'service'
:
MainApiAddNgramHttpService
,
'action'
:
'put'
,
...
...
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