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
Phonographe
Commits
1739efb0
Commit
1739efb0
authored
Mar 25, 2021
by
Sylvain Coulange
Browse files
débug phonographe recupPhon()
parent
e000da86
Changes
1
Hide whitespace changes
Inline
Side-by-side
static/js/clavier.js
View file @
1739efb0
...
...
@@ -145,7 +145,7 @@ function recupPhon(identifiant){
var
newCarte
=
document
.
createElement
(
'
div
'
)
newCarte
.
classList
=
"
carte text
"
+
phonId
+
"
noTextClip
"
;
newCarte
.
draggable
=
true
if
(
identifiant
!=
"
space
"
)
newCarte
.
style
.
backgroundImage
=
"
url('/static/
bouch
es/
"
+
bouche
Id
+
"
.jpg')
"
if
(
identifiant
!=
"
space
"
)
newCarte
.
style
.
backgroundImage
=
"
url('/static/
cart
es/
"
+
famille
+
"
/
"
+
phon
Id
+
"
.jpg')
"
// if (identifiant != "space") newCarte.style.background = "url('/static/bouches/"+ boucheId + ".jpg'), linear-gradient(to bottom, #7abcff 0%,#4096ee 100%);"
newCarte
.
addEventListener
(
"
dblclick
"
,
function
(
e
)
{
var
tgt
=
e
.
target
...
...
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