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
bf66d4d8
Commit
bf66d4d8
authored
Oct 06, 2017
by
Romain Loth
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
remove debug logs
parent
fbe9a8f8
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
3 deletions
+1
-3
Tinaweb.js
twmain/Tinaweb.js
+0
-2
extras_explorerjs.js
twmain/extras_explorerjs.js
+1
-1
No files found.
twmain/Tinaweb.js
View file @
bf66d4d8
...
@@ -1103,8 +1103,6 @@ var TinaWebJS = function ( sigmacanvas ) {
...
@@ -1103,8 +1103,6 @@ var TinaWebJS = function ( sigmacanvas ) {
var
zoomSliOrigin
=
Math
.
log
(
1
/
(
TW
.
cam
.
ratio
+
zoomSliRangeRatio
))
var
zoomSliOrigin
=
Math
.
log
(
1
/
(
TW
.
cam
.
ratio
+
zoomSliRangeRatio
))
var
zoomSliStep
=
(
zoomSliBoundaryTop
-
zoomSliBoundaryBot
)
/
50
var
zoomSliStep
=
(
zoomSliBoundaryTop
-
zoomSliBoundaryBot
)
/
50
console
.
log
(
"zoomSliOrigin"
,
zoomSliOrigin
)
$
(
"#zoomSlider"
).
slider
({
$
(
"#zoomSlider"
).
slider
({
orientation
:
"vertical"
,
orientation
:
"vertical"
,
...
...
twmain/extras_explorerjs.js
View file @
bf66d4d8
...
@@ -320,7 +320,7 @@ function clearColorLegend (forTypes) {
...
@@ -320,7 +320,7 @@ function clearColorLegend (forTypes) {
// @groupingTicks: an optional threshold's array expressing ranges with their low/up bounds label and ref to matchin nodeIds
// @groupingTicks: an optional threshold's array expressing ranges with their low/up bounds label and ref to matchin nodeIds
function
updateColorsLegend
(
daclass
,
forTypes
,
groupedByTicks
)
{
function
updateColorsLegend
(
daclass
,
forTypes
,
groupedByTicks
)
{
console
.
warn
(
"making legend forTypes"
,
forTypes
)
//
console.warn("making legend forTypes", forTypes)
// shortcut to erase legends for all types
// shortcut to erase legends for all types
if
(
daclass
==
null
)
{
if
(
daclass
==
null
)
{
...
...
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