Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
clinicaltrials
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
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
david Chavalarias
clinicaltrials
Commits
a8488b60
Commit
a8488b60
authored
Feb 09, 2017
by
Romain Loth
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
minor settings etc
parent
3bf4a217
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
9 additions
and
6 deletions
+9
-6
.gitignore
.gitignore
+2
-0
comex_page_claim_profile_controllers.js
cmx_clt/comex_page_claim_profile_controllers.js
+1
-0
whoswho.js
static/js/whoswho.js
+2
-2
methods.js
static/tinawebJS/methods.js
+4
-4
No files found.
.gitignore
View file @
a8488b60
...
...
@@ -3,4 +3,6 @@
*.pyc
logs/
logs/services.log
data/shared_user_img/*
.agignore
__pycache__/
cmx_clt/comex_page_claim_profile_controllers.js
0 → 120000
View file @
a8488b60
..
/
static
/
js
/
comex_page_claim_profile_controllers
.
js
\ No newline at end of file
static/js/whoswho.js
View file @
a8488b60
...
...
@@ -257,7 +257,7 @@ $(document).ready(function() {
hide
(
".hero-unit"
);
$
(
"#welcome"
).
fadeOut
(
"slow"
);
// console.log("initiating graphexplorer")
show
(
"#loading"
,
"fast"
);
//
show("#loading", "fast");
return
collectFilters
(
function
(
query
)
{
// debug
// console.log("collected filters: " + query);
...
...
@@ -273,7 +273,7 @@ $(document).ready(function() {
return
window
.
open
(
"/print_directory.php?query="
+
query
);
});
});
hide
(
"#loading"
);
//
hide("#loading");
cache
=
{};
return
xhrs
=
{};
});
static/tinawebJS/methods.js
View file @
a8488b60
...
...
@@ -151,7 +151,7 @@ function RefreshState(newNOW){
$
.
doTimeout
(
30
,
function
(){
EdgeWeightFilter
(
"#sliderBEdgeWeight"
,
"label"
,
"nodes2"
,
"weight"
);
NodeWeightFilter
(
"#sliderBNodeWeight"
,
"type"
,
"NGram"
,
"size"
);
NodeSizeSlider
(
"#sliderBNodeSize"
,
"NGram"
,
25
,
"#FFA500"
)
NodeSizeSlider
(
"#sliderBNodeSize"
,
"NGram"
,
10
,
"#FFA500"
)
});
}
else
{
...
...
@@ -1628,7 +1628,7 @@ function changeToMeso(iwannagraph) {
$
(
"#category-B"
).
show
();
EdgeWeightFilter
(
"#sliderBEdgeWeight"
,
"label"
,
"nodes2"
,
"weight"
);
NodeWeightFilter
(
"#sliderBNodeWeight"
,
"type"
,
"NGram"
,
"size"
);
NodeSizeSlider
(
"#sliderBNodeSize"
,
"NGram"
,
25
,
"#FFA500"
)
NodeSizeSlider
(
"#sliderBNodeSize"
,
"NGram"
,
10
,
"#FFA500"
)
$
(
"#colorGraph"
).
hide
();
}
...
...
@@ -1737,7 +1737,7 @@ function changeToMeso(iwannagraph) {
$
(
"#category-B"
).
show
();
EdgeWeightFilter
(
"#sliderBEdgeWeight"
,
"label"
,
"nodes2"
,
"weight"
);
NodeWeightFilter
(
"#sliderBNodeWeight"
,
"type"
,
"NGram"
,
"size"
);
NodeSizeSlider
(
"#sliderBNodeSize"
,
"NGram"
,
25
,
"#FFA500"
)
NodeSizeSlider
(
"#sliderBNodeSize"
,
"NGram"
,
10
,
"#FFA500"
)
$
(
"#colorGraph"
).
hide
();
}
...
...
@@ -1787,7 +1787,7 @@ function changeToMacro(iwannagraph) {
$
(
"#category-B"
).
show
();
EdgeWeightFilter
(
"#sliderBEdgeWeight"
,
"label"
,
"nodes2"
,
"weight"
);
NodeWeightFilter
(
"#sliderBNodeWeight"
,
"type"
,
"NGram"
,
"size"
);
NodeSizeSlider
(
"#sliderBNodeSize"
,
"NGram"
,
25
,
"#FFA500"
)
NodeSizeSlider
(
"#sliderBNodeSize"
,
"NGram"
,
10
,
"#FFA500"
)
}
swMacro
=
true
;
...
...
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