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
95b7592b
Commit
95b7592b
authored
Nov 03, 2014
by
PkSM3
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
possible bugfix
parent
c5747cf6
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
17 deletions
+9
-17
bridgeClientServer_filter.php
php/bridgeClientServer_filter.php
+1
-1
main.js
tinawebJS/js/main.js
+6
-3
methods.js
tinawebJS/js/methods.js
+2
-13
No files found.
php/bridgeClientServer_filter.php
View file @
95b7592b
...
...
@@ -199,4 +199,4 @@ if(isset($_GET['callback'])) echo $_GET['callback'].'('.$res.')';
else
echo
$res
;
?>
?>
\ No newline at end of file
tinawebJS/js/main.js
View file @
95b7592b
...
...
@@ -230,7 +230,7 @@ function bringTheNoise(pathfile,type){
theurl
=
bridge
[
"forNormalQuery"
]
thedata
=
"unique_id="
+
getUrlParam
.
nodeidparam
+
"&it="
+
iterationsFA2
;
thename
=
true
;
}
}
if
(
type
==
"filtermode"
)
{
...
...
@@ -239,6 +239,7 @@ function bringTheNoise(pathfile,type){
theurl
=
bridge
[
"forFilteredQuery"
];
thedata
=
"query="
+
getUrlParam
.
nodeidparam
;
thename
=
false
;
thedata
=
thedata
.
replace
(
"#"
,
"_char_"
);
//possible bugfix
}
// Assigning name for the network
...
...
@@ -259,6 +260,8 @@ function bringTheNoise(pathfile,type){
}
}
//http://communityexplorer.org/explorerjs.html?nodeidparam={%22categorya%22%3A%22Keywords%22%2C%22categoryb%22%3A%22Scholars%22%2C%22tags%22%3A[%22%23resident%22]}
function
theListeners
(){
pr
(
"in THELISTENERS"
);
...
...
@@ -670,7 +673,7 @@ function theListeners(){
// Social Spatialization
// Semantic Spatialization
function
SigmaLayouting
(
URL
,
DATA
,
NAME
)
{
pr
(
URL
+
"?"
+
DATA
)
return
$
.
ajax
({
type
:
'GET'
,
url
:
URL
,
...
...
@@ -679,6 +682,7 @@ function SigmaLayouting( URL, DATA, NAME) {
dataType
:
'jsonp'
,
async
:
true
,
success
:
function
(
data
)
{
pr
(
data
)
if
(
!
isUndef
(
getUrlParam
.
seed
))
seed
=
getUrlParam
.
seed
;
extractFromJson
(
data
,
seed
);
...
...
@@ -783,7 +787,6 @@ function SigmaLayouting( URL, DATA, NAME) {
$
(
"#semLoader"
).
hide
();
if
(
NOW
==
"B"
)
{
pr
(
"i made a modification"
)
changeToMacro
(
"semantic"
);
partialGraph
.
draw
();
// $("#sliderBEdgeWeight").html("");
...
...
tinawebJS/js/methods.js
View file @
95b7592b
...
...
@@ -1049,16 +1049,10 @@ function MultipleSelection(nodes){
else
ndsids
=
nodes
;
if
(
!
checkBox
)
{
checkBox
=
true
;
pr
(
"IN MULTIPLE SELECTION: past="
+
PAST
)
pr
(
"IN MULTIPLE SELECTION: now="
+
NOW
)
pr
(
"previous selections:"
)
pr
(
prevsels
)
checkBox
=
true
;
if
(
PAST
==
"--"
)
{
pr
(
"faire rien"
)
// ndsids = Object.keys(prevsels);
}
else
{
if
(
!
is_empty
(
prevsels
)
&&
PAST
==
NOW
)
{
var
blacklist
=
{};
...
...
@@ -1082,10 +1076,6 @@ function MultipleSelection(nodes){
}
}
}
// bug in first A* to a*
pr
(
"IN MULTIPLE SELECTION: ndsids="
)
pr
(
ndsids
)
pr
(
""
)
if
(
ndsids
.
length
>
0
)
{
for
(
var
i
in
ndsids
)
{
...
...
@@ -1101,6 +1091,7 @@ function MultipleSelection(nodes){
return
;
}
checkBox
=
false
;
}
else
{
//checkbox = true
cancelSelection
(
false
);
...
...
@@ -1118,8 +1109,6 @@ function MultipleSelection(nodes){
partialGraph
.
draw
();
updateLeftPanel_fix
();
// if(categoriesIndex.length==1) updateLeftPanel_uni();
// if(categoriesIndex.length==2) updateLeftPanel_fix();
RefreshState
(
""
)
}
...
...
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