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
253d9871
Commit
253d9871
authored
Apr 07, 2017
by
Romain Loth
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix label opacity artifact, and lefttopbox readmore
parent
97dd4c84
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
3 deletions
+5
-3
extras_explorerjs.js
extras_explorerjs.js
+1
-0
Tinaweb.js
tinawebJS/Tinaweb.js
+1
-1
methods.js
tinawebJS/methods.js
+3
-2
No files found.
extras_explorerjs.js
View file @
253d9871
...
...
@@ -475,6 +475,7 @@ function circleTrackMouse(e) {
ctx
.
closePath
();
ctx
.
fill
();
ctx
.
stroke
();
ctx
.
globalAlpha
=
1
// });
}
}
...
...
tinawebJS/Tinaweb.js
View file @
253d9871
...
...
@@ -247,7 +247,7 @@ function SelectionEngine() {
TW
.
partialGraph
.
render
();
updateLeftPanel
_fix
(
selections
,
oppos
);
updateLeftPanel
(
selections
,
oppos
);
for
(
var
n
in
neighsDict
)
delete
neighsDict
[
n
]
...
...
tinawebJS/methods.js
View file @
253d9871
...
...
@@ -44,6 +44,7 @@ function cancelSelection (fromTagCloud) {
$
(
"#information"
).
html
(
""
);
$
(
"#searchinput"
).
val
(
""
);
$
(
"#unselectbutton"
).
hide
();
$
(
"#lefttopbox"
).
hide
();
$
(
"#tips"
).
html
(
getTips
());
}
...
...
@@ -356,8 +357,7 @@ function htmlfied_tagcloud(elems , limit) {
//missing: getTopPapers for both node types
//considering complete graphs case! <= maybe i should mv it
function
updateLeftPanel_fix
(
sels
,
oppos
)
{
console
.
log
(
"updateLeftPanel() corrected version** "
)
function
updateLeftPanel
(
sels
,
oppos
)
{
var
namesDIV
=
''
var
alterNodesDIV
=
''
var
informationDIV
=
''
...
...
@@ -405,6 +405,7 @@ function updateLeftPanel_fix( sels , oppos ) {
// and im commenting now because github is not
// pushing my commit
// because i need more lines, idk
$
(
"#lefttopbox"
).
show
();
$
(
"#names"
).
html
(
namesDIV
).
readmore
({
maxHeight
:
100
});
$
(
"#tab-container"
).
show
();
$
(
"#opossiteNodes"
).
html
(
alterNodesDIV
).
readmore
({
maxHeight
:
200
});
...
...
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