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
PhonoDrop
Commits
d4c44367
Commit
d4c44367
authored
Jun 06, 2020
by
Sylvain Coulange
Browse files
réinitialisation après test cartes+couleurCSS
parent
d2eeb130
Changes
1
Show whitespace changes
Inline
Side-by-side
public/scripts/script.js
View file @
d4c44367
...
...
@@ -100,7 +100,7 @@ function loadPage() {
newDiv
.
id
=
phon
+
'
-
'
+
Math
.
random
().
toString
(
36
).
substring
(
2
,
9
);
newDiv
.
className
=
"
carte
"
;
newDiv
.
draggable
=
true
;
newDiv
.
style
.
backgroundImage
=
'
url("bouches/
'
+
bouches
[
bouchePath
]
+
'
"
'
;
newDiv
.
style
.
backgroundImage
=
'
url("bouches/
'
+
bouches
[
bouchePath
]
+
'
"
)
'
;
panier
.
appendChild
(
newDiv
);
}
...
...
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