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
38c3c7bc
Commit
38c3c7bc
authored
Nov 18, 2015
by
delanoe
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of github.com:PkSM3/garg
parents
5d1b7276
02225ace
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletion
+3
-1
extras_explorerjs.js
extras_explorerjs.js
+3
-1
NodeSize.png
libs/img2/NodeSize.png
+0
-0
No files found.
extras_explorerjs.js
View file @
38c3c7bc
...
@@ -657,7 +657,6 @@ function printCorpuses() {
...
@@ -657,7 +657,6 @@ function printCorpuses() {
// Just for Garg
// Just for Garg
function
GetUserPortfolio
()
{
function
GetUserPortfolio
()
{
//http://localhost:8000/api/corpusintersection/1a50317a50145
//http://localhost:8000/api/corpusintersection/1a50317a50145
var
pageurl
=
window
.
location
.
href
.
split
(
"/"
)
var
pageurl
=
window
.
location
.
href
.
split
(
"/"
)
var
pid
;
var
pid
;
for
(
var
i
in
pageurl
)
{
for
(
var
i
in
pageurl
)
{
...
@@ -677,6 +676,9 @@ function GetUserPortfolio() {
...
@@ -677,6 +676,9 @@ function GetUserPortfolio() {
}
}
var
corpus_id
=
pageurl
[
cid
+
1
];
var
corpus_id
=
pageurl
[
cid
+
1
];
if
(
Object
.
keys
(
corpusesList
).
length
>
0
)
return
true
;
var
query_url
=
window
.
location
.
origin
+
'/api/userportfolio/project/'
+
project_id
+
'/corpuses'
var
query_url
=
window
.
location
.
origin
+
'/api/userportfolio/project/'
+
project_id
+
'/corpuses'
$
.
ajax
({
$
.
ajax
({
type
:
'GET'
,
type
:
'GET'
,
...
...
libs/img2/NodeSize.png
0 → 100644
View file @
38c3c7bc
3.76 KB
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