home
This commit is contained in:
parent
17517f798d
commit
faf8d61ef8
1 changed files with 0 additions and 10 deletions
|
|
@ -1,10 +0,0 @@
|
|||
const navbuttonHome = document.getElementById('navbutton-home');
|
||||
const navbuttonOffers = document.getElementById('navbutton-offers');
|
||||
|
||||
navbuttonHome.addEventListener('click', () => {
|
||||
window.location.href = '/home';
|
||||
});
|
||||
|
||||
navbuttonOffers.addEventListener('click', () => {
|
||||
window.location.href = '/offers';
|
||||
});
|
||||
Loading…
Add table
Add a link
Reference in a new issue