Skip to content

Commit

Permalink
Correccion:
Browse files Browse the repository at this point in the history
- Algunas veces, si el idioma no se descargaba aun por completo
las notificaciones no se mostraban, eso ya no pasa.
  • Loading branch information
Michel Olvera committed Oct 3, 2018
1 parent 173241f commit 0848ee4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/fun/fun.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ $(document).ready(function () {
setCookie("lang", lang, 30);
//Validar Cookie de usuario
ValidarCookie();//Cada pagina maneja esto de manera diferente.
CargarFunciones();
});

function CargarIdioma(idioma) {
Expand All @@ -26,6 +25,7 @@ function CargarIdioma(idioma) {
.done(function (jsonObject) {
JsonIdioma = jsonObject[idioma];
CargarTextosPagina();
CargarFunciones();
})
.fail(function () {

Expand Down

0 comments on commit 0848ee4

Please sign in to comment.