1
0
mirror of synced 2025-12-19 18:05:19 -05:00

removing arrow function

This commit is contained in:
Nathan Friend
2018-05-24 08:36:50 -03:00
parent 7070ebca07
commit 643362591d

View File

@@ -19,7 +19,7 @@ window.onload = function() {
document.querySelector('.language-picker .mdc-select')
);
select.listen('change', () => {
select.listen('change', function() {
var redirectUrl = document.querySelector('#language-picker-dropdown')
.value;
window.location.href = redirectUrl;