Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
genotoul-bioinfo
ng6
Commits
c3e82abf
Commit
c3e82abf
authored
Jan 27, 2020
by
Romain Therville
🐭
Browse files
The links has been fixed
In the "Adminsitration > Extend project", projects links have been fixed. Issue
#146
parent
8645bb68
Changes
1
Hide whitespace changes
Inline
Side-by-side
ui/nG6/res/js/tx_nG6_pi6.js
View file @
c3e82abf
...
@@ -703,7 +703,7 @@ $(function () {
...
@@ -703,7 +703,7 @@ $(function () {
oTable
.
clear
();
oTable
.
clear
();
$
.
each
(
val
,
function
(
key
,
values
){
$
.
each
(
val
,
function
(
key
,
values
){
var
checkbox
=
'
<center><input id="chk_allproject_"
'
+
values
[
"
pid
"
]
+
'
" type="checkbox" value="
'
+
values
[
"
pid
"
]
+
'
" class="chk_allproject"></center>
'
;
var
checkbox
=
'
<center><input id="chk_allproject_"
'
+
values
[
"
pid
"
]
+
'
" type="checkbox" value="
'
+
values
[
"
pid
"
]
+
'
" class="chk_allproject"></center>
'
;
var
row
=
[
checkbox
,
"
<a href='index.php?id=
3
&tx_nG6_pi1[project_id]=
"
+
values
[
"
pid
"
]
+
"
'>
"
+
values
[
"
project_name
"
]
+
"
</a>
"
];
var
row
=
[
checkbox
,
"
<a href='index.php?id=
55
&tx_nG6_pi1[project_id]=
"
+
values
[
"
pid
"
]
+
"
'>
"
+
values
[
"
project_name
"
]
+
"
</a>
"
];
oTable
.
row
.
add
(
row
);
oTable
.
row
.
add
(
row
);
});
});
oTable
.
draw
();
oTable
.
draw
();
...
...
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