Skip to content

Commit

Permalink
testing in github server the lang switcher
Browse files Browse the repository at this point in the history
  • Loading branch information
ObedVega committed Jan 16, 2024
1 parent c867ab4 commit 2a6ed77
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion supplemental_ui/js/lang.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,9 @@ function switchLanguage(lan) {
}
salida = page.join('/');
//salida = '/' + page.join('/');
alert(salida);
alert('Original Path: ' + path);
alert('Components: ' + JSON.stringify(page));
alert('Final URL: ' + salida);
window.location.href=salida;
}
/*
Expand Down

0 comments on commit 2a6ed77

Please sign in to comment.