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
6684afcd
Commit
6684afcd
authored
Mar 27, 2017
by
M. Chardon
Browse files
affichage des commentaires sur la partie prof
parent
5cf6cdaf
Changes
1
Show whitespace changes
Inline
Side-by-side
adim_project/adim_app/static/_src/adim/env/geomo/env.js
View file @
6684afcd
...
...
@@ -46,10 +46,11 @@ define([
var
mode
=
opts
.
mode
;
if
(
mode
===
'
edit
'
)
{
$
(
"
#annotation-display-panel
"
).
hide
();
$
(
"
#annotation-
property-
panel
"
).
show
();
$
(
"
div.
property-
group
"
).
show
();
}
else
if
(
mode
===
'
review
'
)
{
$
(
"
#annotation-display-panel
"
).
show
();
$
(
"
#annotation-property-panel
"
).
hide
();
$
(
"
div.property-group
"
).
hide
();
$
(
"
div.comment-prop
"
).
show
();
}
});
}
...
...
Write
Preview
Supports
Markdown
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