Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Pédagogies Multimodales
wikicolor
Commits
97bed1e3
Commit
97bed1e3
authored
Aug 29, 2021
by
Sylvain Coulange
Browse files
correction bug language
parent
0199cd9d
Changes
1
Show whitespace changes
Inline
Side-by-side
static/scripts/main.js
View file @
97bed1e3
...
...
@@ -263,7 +263,7 @@ function dicoAddPopBtnAjouter() {
if
(
trans
.
length
>
0
)
{
validEntry
(
mot
,
trans
);
}
else
{
window
.
alert
(
langJson
[
'
alert_addAtLeastOneTrans
'
]);
window
.
alert
(
langJson
[
'
alert_addAtLeastOneTrans
'
]
[
thisPageLang
]
);
}
}
...
...
@@ -311,7 +311,7 @@ function bugMark() {
var
thisMotId
=
bugs
[
i
].
parentNode
.
id
;
console
.
log
(
thisMotId
);
var
infoMot
=
dicoTok
[
thisMotId
][
dicoId
[
thisMotId
]];
newMark
.
title
=
langJson
[
'
ti_bugMark
'
]
+
'
/
'
+
infoMot
[
2
]
+
'
/:
'
+
infoMot
[
3
];
newMark
.
title
=
langJson
[
'
ti_bugMark
'
]
[
thisPageLang
]
+
'
/
'
+
infoMot
[
2
]
+
'
/:
'
+
infoMot
[
3
];
bugs
[
i
].
parentNode
.
insertBefore
(
newMark
,
bugs
[
i
].
nextSibling
);
};
}
...
...
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