Skip to content

Commit

Permalink
Update AZ-305 topic 4 question 19 discussion link and title; change b…
Browse files Browse the repository at this point in the history
…utton style to primary in confirmation modal
  • Loading branch information
RoodneyMoraes committed Nov 24, 2024
1 parent 9635ee0 commit a160111
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/data/az-305.json
Original file line number Diff line number Diff line change
Expand Up @@ -616,8 +616,8 @@
"link": "https://www.examtopics.com/discussions/microsoft/view/81577-exam-az-305-topic-4-question-18-discussion/"
},
{
"title": "Exam AZ-305 topic 1 question 19 discussion",
"link": "https://www.examtopics.com/discussions/microsoft/view/78713-exam-az-305-topic-1-question-19-discussion/"
"title": "Exam AZ-305 topic 4 question 19 discussion",
"link": "https://www.examtopics.com/discussions/microsoft/view/92174-exam-az-305-topic-4-question-19-discussion/"
},
{
"title": "Exam AZ-305 topic 4 question 20 discussion",
Expand Down
2 changes: 1 addition & 1 deletion src/js/custom-page.js
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ async function carregarPagina($json, $localStorage) {
</div>
<div class="modal-footer">
<button type="button" class="btn btn-secondary" data-bs-dismiss="modal">Cancelar</button>
<button type="button" class="btn btn-secondary" onclick="localStorage.removeItem('${localStorage}'); $('#confirmacaoModal').modal('hide'); location.reload();">Confirmar</button>
<button type="button" class="btn btn-primary" onclick="localStorage.removeItem('${localStorage}'); $('#confirmacaoModal').modal('hide'); location.reload();">Confirmar</button>
</div>
</div>
</div>
Expand Down

0 comments on commit a160111

Please sign in to comment.