1
0
mirror of https://github.com/Mailu/Mailu.git synced 2024-12-14 10:53:30 +02:00

reload page using GET when selecting language

This commit is contained in:
Alexander Graf 2021-11-03 20:38:00 +01:00
parent 8b15820b01
commit 833ccb5544

View File

@ -18,7 +18,7 @@ $('document').ready(function() {
$.post({
url: $(this).attr('href'),
success: function() {
location.reload();
window.location = window.location.href;
},
});
});