Update travel website submodule
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
var button = document.getElementById("li1");
|
||||
|
||||
button.addEventListener("click", function(){
|
||||
document.location.href = 'index.html';
|
||||
document.location.href = 'start.html';
|
||||
});
|
||||
|
||||
var button = document.getElementById("li2");
|
||||
@@ -17,12 +17,21 @@ button.addEventListener("click", function(){
|
||||
document.location.href = 'Explore.html';
|
||||
});
|
||||
|
||||
// Logo - Home button
|
||||
var logoButton = document.getElementById("logo-home");
|
||||
|
||||
if (logoButton) {
|
||||
logoButton.addEventListener("click", function(){
|
||||
document.location.href = 'start.html';
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
//btns
|
||||
var button = document.getElementById("btn1");
|
||||
|
||||
button.addEventListener("click", function(){
|
||||
document.location.href = '/Explore.html';
|
||||
document.location.href = 'Explore.html';
|
||||
});
|
||||
|
||||
var button = document.getElementById("btn2");
|
||||
|
||||
Reference in New Issue
Block a user