Gitlab CSE Unil
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
M. Chardon
ADIM
Commits
d1cd3e6b
Commit
d1cd3e6b
authored
Jun 12, 2018
by
M. Chardon
Browse files
correction bug enregistrement niveau de confiance CIMAF
parent
adae04de
Changes
1
Hide whitespace changes
Inline
Side-by-side
adim_project/adim_app/static/_src/adim/ui.js
View file @
d1cd3e6b
...
...
@@ -1624,7 +1624,7 @@ function($, _, Signal, paper, config, view, io, tools, attributes, Users, export
elem
.
on
(
'
change
'
,
pDef
.
onChange
);
}
else
{
var
elemBtn
=
elem
.
find
(
"
.btn-cat
"
);
if
(
elemBtn
)
{
if
(
elemBtn
&&
elemBtn
.
length
>
0
)
{
elem
.
find
(
"
.btn-cat
"
).
on
(
'
change
'
,
null
,
{
pName
:
pName
},
onPropertyChange
);
}
else
{
elem
.
on
(
'
change
'
,
null
,
{
pName
:
pName
},
onPropertyChange
);
...
...
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