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
27921b49
Commit
27921b49
authored
Nov 18, 2015
by
PkSM3
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
not log for the second time
parent
58758408
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
8 deletions
+1
-8
extras_explorerjs.js
extras_explorerjs.js
+0
-7
sigmaUtils.js
tinawebJS/sigmaUtils.js
+1
-1
No files found.
extras_explorerjs.js
View file @
27921b49
...
...
@@ -890,13 +890,6 @@ function GetUserPortfolio() {
});
}
$
.
doTimeout
(
3000
,
function
(){
GetUserPortfolio
()
});
function
camaraButton
(){
$
(
"#PhotoGraph"
).
click
(
function
(){
...
...
tinawebJS/sigmaUtils.js
View file @
27921b49
...
...
@@ -293,7 +293,7 @@ function clustersBy(daclass , att2change ) {
var
themult
=
Math
.
pow
(
10
,
min_pow
);
for
(
var
i
in
v_nodes
)
{
var
the_node
=
Nodes
[
v_nodes
[
i
].
id
]
var
attval
=
(
the_node
.
size
)?
Math
.
log
(
the_node
.
size
+
1
)
:
3
;
var
attval
=
the_node
.
size
;
var
attnumber
=
Number
(
attval
);
partialGraph
.
_core
.
graph
.
nodesIndex
[
v_nodes
[
i
].
id
].
size
=
attval
;
partialGraph
.
_core
.
graph
.
nodesIndex
[
v_nodes
[
i
].
id
].
label
=
the_node
.
label
;
...
...
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