This commit is contained in:
Paul Schneider 2017-09-23 05:22:53 +02:00
commit 18f51e435e
7 changed files with 14 additions and 6 deletions

View file

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