Skip to content
GitLab
Explore
Projects
Groups
Snippets
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Ibict
COTEC
Contraste Acessibilidade Tematres
Commits
eb514657
Commit
eb514657
authored
2 years ago
by
Mirele Costa
Browse files
Options
Download
Email Patches
Plain Diff
Arquivo JavaScript com as funcionalidades do ícone: controle de contraste
parent
d2f9d3cc
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
acessibilidade-contraste.js
+2
-3
acessibilidade-contraste.js
with
2 additions
and
3 deletions
+2
-3
acessibilidade-contraste.js
+
2
-
3
View file @
eb514657
...
...
@@ -49,8 +49,7 @@ function contraste(){
window
.
toggleContrast
();
}
}
const
element
=
document
.
getElementById
(
"
altocontraste
"
);
element
.
addEventListener
(
"
click
"
,
contraste
);
//element.addEventListener("keydown", contraste);
\ No newline at end of file
//element.addEventListener("keydown", contraste);
This diff is collapsed.
Click to expand it.
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
Menu
Explore
Projects
Groups
Snippets