diff --git a/.idea/workspace.xml b/.idea/workspace.xml index e8bc7cd..957af16 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -2,7 +2,8 @@ - + + @@ -105,10 +106,10 @@ true - @@ -195,19 +196,20 @@ - + + - - + - + @@ -280,13 +282,6 @@ - - - - - - - @@ -294,16 +289,16 @@ - + - - + + - + @@ -315,5 +310,12 @@ + + + + + + + \ No newline at end of file diff --git a/js/main.js b/js/main.js index 83eb2c9..313fe49 100644 --- a/js/main.js +++ b/js/main.js @@ -16,7 +16,8 @@ jQuery(document).on('submit','#formlg',function(event){ if (!respuesta.error){ if (respuesta.perfil == 'Jefatura') { - location.href = 'sitio/admin/admin.php' + //location.href = 'sitio/admin/admin.php' + console.log("Jefatura"); } else if (respuesta.perfil == 'Area') {