Commit b0a04641701d0a4ec40500add26082729b8484c2
1 parent
c3920dcc
Exists in
master
and in
1 other branch
adicionar "href" no link "inicio_mark"
Showing
1 changed file
with
1 additions
and
0 deletions
Show diff stats
src/main/webapp/inicial_arquivos/js/tab_avaliar_script.js
@@ -16,6 +16,7 @@ $(document).ready(function() | @@ -16,6 +16,7 @@ $(document).ready(function() | ||
16 | 16 | ||
17 | 17 | ||
18 | $("#altoContraste a").attr("href", "#"); | 18 | $("#altoContraste a").attr("href", "#"); |
19 | + $("#inicio_mark").attr("href", "#"); | ||
19 | $("#fim_mark").attr("href", "#"); | 20 | $("#fim_mark").attr("href", "#"); |
20 | $("#inicio_behavior").attr("href", "#"); | 21 | $("#inicio_behavior").attr("href", "#"); |
21 | $("#fim_behavior").attr("href", "#"); | 22 | $("#fim_behavior").attr("href", "#"); |