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
Pédagogies Multimodales
Phonographe
Commits
f3f77603
Commit
f3f77603
authored
Jul 20, 2022
by
Sylvain Coulange
Browse files
display wysiwyg
parent
fbe55d27
Changes
1
Hide whitespace changes
Inline
Side-by-side
templates/users/createSerie.html
View file @
f3f77603
...
...
@@ -324,6 +324,13 @@ phon_d, phon_r_maj, phon_o_maj, phon_m"></textarea>
[
'
undo
'
,
'
redo
'
,
'
fullscreen
'
,
'
print
'
,
'
getPDF
'
,
'
spellChecker
'
,
'
selectAll
'
,
'
html
'
,
'
help
'
]]
});
var
varElements
=
document
.
querySelectorAll
(
"
*
"
);
for
(
let
varElement
of
varElements
)
{
if
(
varElement
.
style
[
'
z-index
'
]
==
9999
)
{
varElement
.
style
.
display
=
'
none
'
}
}
</script>
</div>
</div>
...
...
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