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
be08ec05
Commit
be08ec05
authored
Aug 02, 2022
by
Sylvain Coulange
Browse files
debut checkWord zh
parent
13f04b8a
Changes
2
Hide whitespace changes
Inline
Side-by-side
static/js/clavier.js
View file @
be08ec05
...
...
@@ -1156,6 +1156,7 @@ async function reqWiki(word,phono,lang,listSpans,fin) {
var
el
=
document
.
getElementById
(
span
);
if
(
el
.
classList
[
0
]
==
"
carte
"
||
el
.
classList
[
0
]
==
"
carteZh
"
)
{
el
.
classList
.
remove
(
"
FBortho
"
);
el
.
classList
.
remove
(
"
FBphonoCarte
"
);
if
(
!
data
.
rep
.
w
)
el
.
classList
.
add
(
"
FBortho
"
);
if
(
!
data
.
rep
.
t
)
el
.
classList
.
add
(
"
FBphonoCarte
"
);
...
...
static/styles/player.css
View file @
be08ec05
...
...
@@ -171,7 +171,7 @@
border-radius
:
5px
;
display
:
inline-block
;
position
:
relative
;
margin
:
2
px
;
margin
:
0
px
;
cursor
:
grab
;
}
...
...
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