reload page using GET when selecting language

master
Alexander Graf 3 years ago
parent 8b15820b01
commit 833ccb5544

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

Loading…
Cancel
Save