cratie+lang btn

This commit is contained in:
Paul Schneider 2017-09-23 02:20:38 +02:00
commit eba9744981
8 changed files with 98 additions and 13 deletions

View file

@ -5,4 +5,7 @@ var notifClick =
.fail(function() {})
.always(function() {});
}
};
};
var setUiCult = function(lngspec) {
document.cookie = 'ASPNET_CULTURE=c=' + lngspec + '|uic=' + lngspec;
};