Skip to content

Commit

Permalink
deploy: 96591ae
Browse files Browse the repository at this point in the history
  • Loading branch information
erseco committed Apr 25, 2024
1 parent 47c7498 commit 5f8cd00
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<script src="https://cdnjs.cloudflare.com/ajax/libs/html2canvas/1.4.1/html2canvas.min.js"></script>


<link rel="stylesheet" href="style.css?v=1712902040">
<link rel="stylesheet" href="style.css?v=1714044633">

</head>
<body>
Expand All @@ -52,7 +52,7 @@
<div class="modal-dialog modal-dialog-centered modal-dialog-scrollable modal-lg">
<div class="modal-content">
<div class="modal-header">
<h5 class="modal-title" id="generarModalLabel">Este curso te ayudará a alcanzar los siguientes niveles:</h5>
<h5 class="modal-title" id="generarModalLabel">Esta acción formativa contribuye a la adquisición de las siguientes Áreas y Competencias:</h5>
<button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"></button>
</div>
<div class="modal-body" id="generated-text">
Expand Down Expand Up @@ -233,5 +233,5 @@ <h5 class="modal-title" id="mobileWarningModalLabel">Advertencia</h5>
<!-- Bootstrap 5 JS Bundle (incluye Popper) -->
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/js/bootstrap.bundle.min.js" integrity="sha384-C6RzsynM9kWDrMNeT87bh95OGNyZPhcTNXj1NW7RuBCsyN/o0jlpcV8Qyq46cDfL" crossorigin="anonymous"></script>

<script type="text/javascript" src="script.js?v=1712902040"></script>
</html>
<script type="text/javascript" src="script.js?v=1714044633"></script>
</html>
2 changes: 1 addition & 1 deletion script.js
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ function loadData(url, callback) {
}

// Cargando datos del yml:
loadData('mrcdd.yml?v=1712902040', fillTable);
loadData('mrcdd.yml?v=1714044633', fillTable);

// Mostrar el modal
const generarBtn = document.querySelector('.btn-generar');
Expand Down

0 comments on commit 5f8cd00

Please sign in to comment.