De promotiewebsite die de reguliere site vervangt tijdens de Kick-In.
https://join.harambee.utwente.nl
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
4 lines
238 B
4 lines
238 B
6 years ago
|
document.getElementById('demosMenu').addEventListener('change', function(e){
|
||
|
var dropdown = document.getElementById('demosMenu');
|
||
|
window.location.href = dropdown.options[dropdown.selectedIndex].getAttribute('id') + '.html';
|
||
|
});
|