Commit b1c8c5e5 by Billy Larru

[FIX logout, ahora apunta a la raiz del proyecto]

parent 3eebd824
......@@ -244,7 +244,7 @@ let block = () => {
let logOut = () => {
document.querySelector('#logOut').addEventListener('click', (e) => {
window.location.href = '../vistas/logout';
window.location.href = `${contextPath}/vistas/logout`;
});
};
function defaultConfigDatePicker() {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment