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
cd5560e1
Commit
cd5560e1
authored
7 years ago
by
Romain Loth
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
minor fixes when no selection
parent
f73386cf
clinicaltrials
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletion
+5
-1
Tinaweb.js
twmain/Tinaweb.js
+4
-0
methods.js
twmain/methods.js
+1
-1
No files found.
twmain/Tinaweb.js
View file @
cd5560e1
...
...
@@ -989,6 +989,10 @@ var TinaWebJS = function ( sigmacanvas ) {
selInst
.
MultipleSelection2
(
{
nodes
:
targeted
}
)
}
}
// or clear previous selection
else
{
cancelSelection
(
false
)
}
}
// case with a selector circle cursor handled
// just before, at click event
...
...
This diff is collapsed.
Click to expand it.
twmain/methods.js
View file @
cd5560e1
...
...
@@ -305,7 +305,7 @@ function cancelSelection (fromTagCloud, settings) {
TW
.
gui
.
selectionActive
=
false
// hide all selection panels
if
(
fromTagCloud
==
false
){
if
(
!
fromTagCloud
){
// POSS give them all a common class
$
(
"#names"
).
html
(
""
);
$
(
"#topPapers"
).
html
(
""
);
...
...
This diff is collapsed.
Click to expand it.
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