Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
th-app-java
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Oscar Enrique Gonzalez Escurra
th-app-java
Commits
15cd7b07
Commit
15cd7b07
authored
Nov 25, 2021
by
Joel Florentin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
se cambio el directorio de los archivos js
parent
d7669539
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
4 additions
and
3 deletions
+4
-3
curriculumsearch/src/main/webapp/js/Convo.js
+0
-0
curriculumsearch/src/main/webapp/js/main.js
+0
-0
curriculumsearch/src/main/webapp/js/valEdad.js
+0
-0
curriculumsearch/src/main/webapp/jsp/detallepostulante.jsp
+1
-1
curriculumsearch/src/main/webapp/jsp/postulante-form.jsp
+2
-1
curriculumsearch/src/main/webapp/jsp/postulantes.jsp
+1
-1
No files found.
curriculumsearch/src/main/
resources/static
/Convo.js
→
curriculumsearch/src/main/
webapp/js
/Convo.js
View file @
15cd7b07
File moved
curriculumsearch/src/main/
resources/static
/main.js
→
curriculumsearch/src/main/
webapp/js
/main.js
View file @
15cd7b07
File moved
curriculumsearch/src/main/
resources/static
/valEdad.js
→
curriculumsearch/src/main/
webapp/js
/valEdad.js
View file @
15cd7b07
File moved
curriculumsearch/src/main/webapp/jsp/detallepostulante.jsp
View file @
15cd7b07
...
@@ -398,7 +398,7 @@
...
@@ -398,7 +398,7 @@
</layout:put>
</layout:put>
<layout:put block="scripts" type="APPEND">
<layout:put block="scripts" type="APPEND">
<script src="/valEdad.js"></script>
<script src="/
js/
valEdad.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/html2pdf.js/0.10.1/html2pdf.bundle.min.js" integrity="sha512-GsLlZN/3F2ErC5ifS5QtgpiJtWd43JWSuIgh7mbzZ8zBps+dvLusV+eNQATqgA/HdeKFVgA5v3S/cIrLF7QnIg==" crossorigin="anonymous" referrerpolicy="no-referrer"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/html2pdf.js/0.10.1/html2pdf.bundle.min.js" integrity="sha512-GsLlZN/3F2ErC5ifS5QtgpiJtWd43JWSuIgh7mbzZ8zBps+dvLusV+eNQATqgA/HdeKFVgA5v3S/cIrLF7QnIg==" crossorigin="anonymous" referrerpolicy="no-referrer"></script>
<script>
<script>
document.querySelector('#pdf').addEventListener("click", async ()=>{
document.querySelector('#pdf').addEventListener("click", async ()=>{
...
...
curriculumsearch/src/main/webapp/jsp/postulante-form.jsp
View file @
15cd7b07
...
@@ -519,6 +519,6 @@
...
@@ -519,6 +519,6 @@
<script>
<script>
var
ciudades
=
$
{
ciudades
};
var
ciudades
=
$
{
ciudades
};
</script>
</script>
<script
src=
"/main.js"
></script>
<script
src=
"/
js/
main.js"
></script>
</body>
</body>
</html>
</html>
\ No newline at end of file
curriculumsearch/src/main/webapp/jsp/postulantes.jsp
View file @
15cd7b07
...
@@ -257,7 +257,7 @@
...
@@ -257,7 +257,7 @@
<script>
<script>
var convocatorias = ${convocatoriaC};
var convocatorias = ${convocatoriaC};
</script>
</script>
<script src="/Convo.js"></script>
<script src="/
js/
Convo.js"></script>
<script>
<script>
function habilitarLvlTec(){
function habilitarLvlTec(){
//si se selecciono una tecnologia entonces permitir seleccionar un nivel
//si se selecciono una tecnologia entonces permitir seleccionar un nivel
...
...
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