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:
parent
8b15820b01
commit
833ccb5544
@ -18,7 +18,7 @@ $('document').ready(function() {
|
||||
$.post({
|
||||
url: $(this).attr('href'),
|
||||
success: function() {
|
||||
location.reload();
|
||||
window.location = window.location.href;
|
||||
},
|
||||
});
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user