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
LQDN Adminsys
generateur-slogans
Commits
6d7a1385
Verified
Commit
6d7a1385
authored
Sep 27, 2017
by
Thibaut Broggi
Browse files
Randomize icon
parent
62944ad4
Changes
1
Hide whitespace changes
Inline
Side-by-side
canvas.js
View file @
6d7a1385
...
...
@@ -117,5 +117,6 @@ document.getElementById('randomize').onclick = function(e) {
randomElement
(
'
input[name="bg-color"]
'
).
checked
=
true
;
randomElement
(
'
input[name="fg-color"]
'
).
checked
=
true
;
randomElement
(
'
input[name="font"]
'
).
checked
=
true
;
randomElement
(
'
input[name="icon"]
'
).
checked
=
true
;
draw
();
}
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