first commit
This commit is contained in:
4
public/assets/js/fullpage/examples.js
Normal file
4
public/assets/js/fullpage/examples.js
Normal file
@ -0,0 +1,4 @@
|
||||
document.getElementById('demosMenu').addEventListener('change', function(e){
|
||||
var dropdown = document.getElementById('demosMenu');
|
||||
window.location.href = dropdown.options[dropdown.selectedIndex].getAttribute('id') + '.html';
|
||||
});
|
Reference in New Issue
Block a user