navigate to url
This commit is contained in:
parent
2749a3aa44
commit
3eb9d53772
1 changed files with 2 additions and 0 deletions
|
@ -11,6 +11,8 @@ function load_random_site() {
|
|||
|
||||
const entry = entries[Math.floor(Math.random() * entries.length)];
|
||||
console.log(entry);
|
||||
|
||||
window.location.href = entry.url;
|
||||
});
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue