Skip to content
GitLab
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
374d9198
Commit
374d9198
authored
Aug 06, 2022
by
Sylvain Coulange
🌼
Browse files
update feedbacks checkword
parent
62c5b764
Changes
1
Hide whitespace changes
Inline
Side-by-side
static/js/clavier.js
View file @
374d9198
...
...
@@ -1262,16 +1262,16 @@ async function reqWiki(word,phono,lang,listSpans,fin) {
if
(
!
el
.
classList
.
contains
(
'
carte
'
)
&&
!
data
.
rep
.
w
)
{
el
.
classList
.
add
(
"
FBortho
"
);
title
.
push
(
"
O
RTHO X
"
)
title
.
push
(
"
O
rthographe non attestée dans le dictionnaire.
"
)
}
if
(
!
data
.
rep
.
wt
)
{
if
(
!
data
.
rep
.
t
)
{
el
.
classList
.
add
(
"
FBphonoCarte
"
);
title
.
push
(
"
P
HONO X
"
)
title
.
push
(
"
P
honologie non attestée dans le dictionnaire.
"
)
}
else
{
el
.
classList
.
add
(
"
FBphonoGraphCarte
"
);
title
.
push
(
"
PHONOGRAPH X
"
)
title
.
push
(
"
Cette phonologie n'est pas attestée pour cette orthographe.
"
)
}
}
...
...
@@ -1282,16 +1282,16 @@ async function reqWiki(word,phono,lang,listSpans,fin) {
if
(
!
el
.
classList
.
contains
(
'
carte
'
)
&&
!
data
.
rep
.
w
)
{
el
.
classList
.
add
(
"
FBortho
"
);
title
.
push
(
"
O
RTHO X
"
)
title
.
push
(
"
O
rthographe non attestée dans le dictionnaire.
"
)
}
if
(
!
data
.
rep
.
wt
)
{
if
(
!
data
.
rep
.
t
)
{
el
.
classList
.
add
(
"
FBphono
"
);
title
.
push
(
"
P
HONO X
"
)
title
.
push
(
"
P
honologie non attestée dans le dictionnaire.
"
)
}
else
{
el
.
classList
.
add
(
"
FBphonoGraph
"
);
title
.
push
(
"
PHONOGRAPH X
"
)
title
.
push
(
"
Cette phonologie n'est pas attestée pour cette orthographe.
"
)
}
}
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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